Summary: | Konqueror crashes when changing view mode to webkit | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kwebkitpart | Reporter: | Stephen Dunn <nzlbob2332> |
Component: | general | Assignee: | webkit-devel |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adawit, nzlbob2332 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Stephen Dunn
2010-05-28 02:07:50 UTC
Please do not report WebKit bugs under konqueror, but rather under kdelibs->webkitkde. Created attachment 47410 [details]
New crash information added by DrKonqi
amarok (2.3-GIT) on KDE Platform 4.4.80 (KDE 4.4.80 (KDE 4.5 Beta1)) "release 2" using Qt 4.6.2
- What I was doing when the application crashed:
This webkit problem also seemed to occur with the wikipedia applet enabled in Amarok.
-- Backtrace (Reduced):
#6 0x00007ff5ee30f3d8 in WTF::fastMalloc(unsigned long) () from /usr/lib64/libQtWebKit.so.4
#7 0x00007ff5ee695bdc in WebCore::StringImpl::createUninitialized(unsigned int, unsigned short*&) () from /usr/lib64/libQtWebKit.so.4
#8 0x00007ff5ee696015 in WebCore::StringImpl::create(unsigned short const*, unsigned int) () from /usr/lib64/libQtWebKit.so.4
#9 0x00007ff5ee692c7e in WebCore::String::String(unsigned short const*, unsigned int) () from /usr/lib64/libQtWebKit.so.4
#10 0x00007ff5ee3d690c in WebCore::CSSParser::parseColorFromValue(WebCore::CSSParserValue*, unsigned int&, bool) () from /usr/lib64/libQtWebKit.so.4
(In reply to comment #1) > Please do not report WebKit bugs under konqueror, but rather under > kdelibs->webkitkde. Incorrect. It should be reported under kwebkitpart/general since that is what the user interacts with. Not kdelibs/kdewebkit. Is there any specific site you were visiting when this occurs ? I cannot reproduce the bug with the upcoming QtWebKit 2.0 and Qt 4.6.2. The QtWebKit in Qt will be updated to the version 2.0 in the upcoming 4.7 release... (In reply to comment #4) > Is there any specific site you were visiting when this occurs ? I cannot > reproduce the bug with the upcoming QtWebKit 2.0 and Qt 4.6.2. The QtWebKit in > Qt will be updated to the version 2.0 in the upcoming 4.7 release... No, it's crashing for every application that uses it konqueror, rekonq,amarok (wikipedia plugin). I am unable to reproduce this problem locally with KDE 4.4.81, but my QtWebKit version is 2.0 ; the one that will be in Qt 4.7. The backtrace you provided shows that the crash occurs in QtWebKit and as such this should be reported upstream: https://trac.webkit.org/wiki/QtWebKitBugs This now works for me in beta 2 |