Summary: | Changing stylesheet setting crashes Konqueror with WebKit | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kwebkitpart | Reporter: | L. Rahyen <research> |
Component: | general | Assignee: | webkit-devel |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | adawit |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
L. Rahyen
2013-05-14 04:27:02 UTC
I think this bug may be a duplicate of https://bugs.kde.org/show_bug.cgi?id=319857 because the crash seems to be caused by closing Konqueror configuration window. However, The KDE Crash Handler did not automatically detect new bug as duplicate of this one, so perhaps they are different somehow. *** Bug 319857 has been marked as a duplicate of this bug. *** > #7 0x00007f57dc5ebde1 in WebKitBrowserExtension::saveHistoryState() () from /usr/lib/libkwebkit.so.1
> #8 0x00007f57dc5e0af1 in KWebKitPart::~KWebKitPart() () from /usr/lib/libkwebkit.so.1
> #9 0x00007f57dc5e0b9a in KWebKitPart::~KWebKitPart() () from /usr/lib/libkwebkit.so.1
This simple snippet of the backtrace shows me that you are using a very very very old version of kwebkitpart. libkwebkit.so does not exist anymore. It has not exist for more than a couple of years in kwebkitpart's code.
The solution for you is to remove the "kpart-webkit" package. Never install that package. It contains a couple of years old webkit kpart. Instead you should install a package named kwebkitpart.
Yes, you are right - somehow I ended up with very old kpart-webkit. In case somebody else encounters the same problem I would like to say that there is no "kwebkitpart" package in Debian, but installing newer kpart-webkit (1.3.2~git20120518 in current sid) solved the problem - it does not have libkwebkit.so anymore and seems to work as expected so far. Thank you for your help. |