Summary: | KDE4 application using KHTML crash when run in a KDE3 environment (or sometimes if kdelibs3 is installed) [qFatal, khtml::CSSStyleSelector::loadDefaultStyle, khtml::CSSStyleSelector::init] | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | jos poortvliet <jospoortvliet> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | a.kupcov, aiacovitti, andresbajotierra, jospoortvliet, julius.schwartzenberg, praveen, veresp |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
jos poortvliet
2009-09-27 12:12:19 UTC
KTorrent crashed when I booted up my computer and it was automatically restored by session management. The only unusual thing was that network was offline. @Jos: this looks related to bug 192419 / bug 157850 (some KDEDIR KDE3/KDE4 mismatch causing khtml to load an incompatible file from a KDE3 dir...). Did you changed something in your environment vars ? It is strange that this happens when running a KDE4 app like KTorrent3. Thanks Reassigning to kdelibs, IMHO khtml shouldn't crap out when there is a version problem with some default css file. *** Bug 241516 has been marked as a duplicate of this bug. *** Created attachment 53137 [details]
New crash information added by DrKonqi
ktorrent (4.0.4) on KDE Platform 4.5.2 (KDE 4.5.2) using Qt 4.7.0
I used ktorrent 4.0.3 in Fedora 13, and also 14 release.
I have updated ktorrent 4.0.4 from fedora test repository - the error also is shown after start.
-- Backtrace (Reduced):
#10 0x0377408d in bt::QtMessageOutput (type=QtFatalMsg, msg=0x11db1b08 "!!!!!!! ERROR !!!!!!! - KHTML default stylesheet version mismatch. Aborting. Check your installation. File used was: /usr/share/kde4/apps/khtml/css/html4.css. Expected STYLE_VERSION 1\n") at /usr/src/debug/libktorrent-1.0.3/src/util/log.cpp:307
[...]
[...]
[...]
#14 0x08a85108 in khtml::CSSStyleSelector::loadDefaultStyle (s=0x1041e2c8, doc=0x11bb7368) at /usr/src/debug/kdelibs-4.5.2/khtml/css/cssstyleselector.cpp:407
#15 0x08a855af in khtml::CSSStyleSelector::init (this=0x127c0d40, _settings=0x1041e2c8, doc=0x11bb7368) at /usr/src/debug/kdelibs-4.5.2/khtml/css/cssstyleselector.cpp:336
#16 0x08a95012 in khtml::CSSStyleSelector::CSSStyleSelector (this=0x127c0d40, doc=0x11bb7368, userStyleSheet=..., styleSheets=0x112cdce0, url=..., _strictParsing=true) at /usr/src/debug/kdelibs-4.5.2/khtml/css/cssstyleselector.cpp:235
#17 0x0892ea2d in DOM::DocumentImpl::attach (this=0x11bb7368) at /usr/src/debug/kdelibs-4.5.2/khtml/xml/dom_docimpl.cpp:1519
[Comment from a bug triager] I'm going to use this bug report as a new master as some applications keep crashing on some builds. From bug 243251: -- Information about the crash: When I try to run KMail from KDE4 in KDE3, I see this in my terminal: !!!!!!! ERROR !!!!!!! - KHTML default stylesheet version mismatch. Aborting. Check your installation. File used was: /opt/kde3/share/apps/khtml/css/html4.css. Expected STYLE_VERSION 1 *** KMail got signal 6 (Crashing) It seems there are some issues with environment settings when running certain KDE4 apps inside KDE3. It should be possible to run KDE3 and KDE4 apps side by side in either environment transparantly. The crash can be reproduced every time. *** Bug 226817 has been marked as a duplicate of this bug. *** *** Bug 243251 has been marked as a duplicate of this bug. *** *** Bug 294500 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 192419 *** |