Summary: | Crash when clicking, "Next" on a Google Video search | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Marcus Harrison <marcus> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, finex |
Priority: | NOR | ||
Version: | 4.2.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Valgrind log
Valgrind log without arena allocator |
Description
Marcus Harrison
2009-04-29 13:20:58 UTC
Created attachment 33208 [details]
Valgrind log
Confirmed, vg run from trunk attached.
Here using: Qt: 4.5.1 (qt-copy 958974) KDE: 4.2.71 (KDE 4.2.71 (KDE 4.3 >= 20090428)) kdelibs svn rev. 960693 / kdebase svn rev. 960693 on ArchLinux i686 - Kernel 2.6.29.1 I can't reproduce the crash. Cannot reproduce the crash too: Qt 4.5.0 Xorg 1.6.1 Nvidia 180.44 KDE trunk r961114 Looks like it's fixed in trunk. I'm using stable and still experience the crash. Marking as, "FIXED". It still crashes and I've trunk r961401 build. konqueror: /home/teve/src/kdelibs/khtml/rendering/render_line.cpp:175: khtml::RootInlineBox* khtml::InlineBox::root(): Assertion `isRootInlineBox()' failed. Created attachment 33240 [details]
Valgrind log without arena allocator
OK, thanks for re-opening. SVN commit 971542 by vtokarev: Invalidate and delete line box subtree of the flow when taking out inline flow objectf rom the rendering tree. We may insert it somewhere afterwards but still would need to recalculate inline boxes for it. In theory, we should now better support rendering tree modifications which was triggered lately by better continuation merge. Thanks to Maks and Germain for the assistance! BUG:192380 BUG:190350 BUG:191027 BUG:192105 M +31 -0 render_container.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=971542 |