Summary: | konqueror crash on http://pidgin.im/ (khtml::DocPtr<DOM::DocumentImpl>::get (this=0x0)) | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Oliver Putz <Regnaron> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andrey |
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Oliver Putz
2008-01-22 23:03:32 UTC
I've got the same error - but just before I added a blender shortcut to the taskbar, and a folder shortcut widget on the desktop, which both disappeared after the crash Same here with fresh installed KDE 4.0.1 packages for Kubuntu 7.10. Starting Konqueror, trying to open www.pidgin.im. The site is loading, you can see it for just a little moment and then Konqueror is crashing. Same problem on my Gentoo installation. I'm using KDE from trunk with Qt-copy 4.4 from trunk. I can do another backtrace, but the first one seems to be very verbose. Still crashes in a current SVN build Can verify on 4.0 branch r802754 & trunk r804447 I can reproduce the pidgin.im crash with Fedora 9 / KDE 4.0.4 SVN commit 812954 by orlovich: Don't use element()->getDocument() in the renderer since element() will return 0 on anonymous boxes, making things crash. Instead, use RenderObject's document() method. Fixes crash on pidgin.im BUG:156419 M +1 -1 render_body.cpp M +1 -1 render_box.cpp M +5 -5 render_layer.cpp M +1 -1 render_line.cpp M +1 -1 render_replaced.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=812954 SVN commit 812959 by orlovich: Regression test for #156419 (why in the world am I seeing 2 HTML nodes in DOM dumps !?) CCBUG:156419 A baseline/unsorted/156419.html-render M +2 -0 baseline/unsorted/svnignore A tests/unsorted/156419.html WebSVN link: http://websvn.kde.org/?view=rev&revision=812959 |