Summary: | Crash when visiting http://www.sourceforge.net/ | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Christoph Berg <christoph.berg> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, arvidjaar, finex |
Priority: | NOR | ||
Version: | 4.2.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Berg
2009-05-09 11:02:59 UTC
Cannot reproduce using: Trunk r965550 Qt 4.5.1 Here using: Qt: 4.5.1 (qt-copy 960517) KDE: 4.2.71 (KDE 4.2.71 (KDE 4.3 >= 20090428)) kdelibs svn rev. 963904 / kdebase svn rev. 963904 on ArchLinux i686 - Kernel 2.6.29.1 I can't reproduce the crash neither I'm also using ArchLinux and for KDE I have the current KDEmod 4.2.3 packages installed on i686. I have tested loading the website and setting a breakpoint on line 175 and for almost 20 times checking the return value of isRootInlineBox() and continuing in gdb after hiting the breakpoint, until I quit. *** Bug 193148 has been marked as a duplicate of this bug. *** 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 |