Summary: | konqueror crash on pcwelt page. | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Ron Onstenk <ronstk> |
Component: | khtml renderer | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 3.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Crash log PCwelt |
Description
Ron Onstenk
2004-09-29 23:01:45 UTC
Cannot reproduce. Can not reproduce with KDE 3.3.0 from konstruct. Unless you are able to provide some details (meaningful backtrace with debugging symbols, reliable way to reproduce ... ) I vote for closing this bug with WORKSFORME. Created attachment 7738 [details]
Crash log PCwelt
After go to geven url of PCWelt I see a splash of the page.
Then Koqueror crashes and take other instances also.
The instance that links to that page. Parent idea of the
crashing page.
Other instances of Konq stay alive :)
I did download the page. At local place it is OK, but the style is wrong. Add a Base href tag and the problem exist again. By eliminating I found a part that let it crash. In the head section <style type="text/css" media="screen"> @import "/defaults/defaults.css";@import "/defaults/standard_schrift.css";@import "/defaults/topnavi.css";@import "/defaults/knowhow.css"; </style> If I change '<style' to '<st--yle' it is OK. I hope this helps a bit better to find the problem. The bad one is the '@import "/defaults/defaults.css";' others working OK. It is 22kbyte. http://www.pcwelt.de/defaults/defaults.css It can be bad programming on the site, I know but IE and FireFox works without problem. I will try to find the exact style declaration, but need some time to do. Pasting bt for dupe-finder. #4 0x41e8965f in khtml::RenderBox::paintBackgroundExtended(QPainter*, QColor const&, khtml::CachedImage*, int, int, int, int, int, int, int, int) () from /opt/kde3/lib/libkhtml.so.4 #5 0x41e892b5 in khtml::RenderBox::paintBackground(QPainter*, QColor const&, khtml::CachedImage*, int, int, int, int, int, int) () from /opt/kde3/lib/libkhtml.so.4 #6 0x41e8919b in khtml::RenderBox::paintBoxDecorations(khtml::RenderObject::PaintInfo&, int, int) () from /opt/kde3/lib/libkhtml.so.4 #7 0x41e78750 in khtml::RenderBlock::paintObject(khtml::RenderObject::PaintInfo&, int, int) () from /opt/kde3/lib/libkhtml.so.4 #8 0x41e7862a in khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) () from /opt/kde3/lib/libkhtml.so.4 #9 0x41e92faf in khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool) () from /opt/kde3/lib/libkhtml.so.4 #10 0x41e930cc in khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool) () from /opt/kde3/lib/libkhtml.so.4 #11 0x41e930cc in khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool) () from /opt/kde3/lib/libkhtml.so.4 #12 0x41e92bc7 in khtml::RenderLayer::paint(QPainter*, QRect const&, bool) () from /opt/kde3/lib/libkhtml.so.4 #13 0x41dc5f37 in KHTMLView::drawContents(QPainter*, int, int, int, int) () from /opt/kde3/lib/libkhtml.so.4 #14 0x40d6ddfb in QScrollView::drawContentsOffset(QPainter*, int, int, int, int, int, int) () from /usr/lib/qt3/lib/libqt-mt.so.3 #15 0x40d6c603 in QScrollView::viewportPaintEvent(QPaintEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 the key word here is SUSE RPMs. You should update more often *** This bug has been marked as a duplicate of 87656 *** Hi, I can reproduce the bug. I have SuSE 9.2 and experienced the bug on www.corel.de homepage. Is it known how the bug can be avoided or resolved? |