Summary: | Trying to visit http://processorfinder.intel.com/Default.aspx using konqueror will lead to the crash | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Marcel Schmidt <Marcel_Schmidt> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ruchir.brahmbhatt, valtsu71 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marcel Schmidt
2009-12-28 10:24:53 UTC
==3083== Invalid read of size 4 ==3083== at 0xC4779E2: khtml::InlineBox::root() (render_line.cpp:173) ==3083== by 0xC42866C: khtml::RenderFlow::repaint(Priority) (render_flow.cpp:446) ==3083== by 0xC40E71C: khtml::RenderObject::repaintDuringLayout() (render_object.cpp:2206) ==3083== by 0xC3ECB37: khtml::RenderBlock::layoutInlineChildren(bool, int) (bidi.cpp:1393) ==3083== by 0xC3F8E72: khtml::RenderBlock::layoutBlock(bool) (render_block.cpp:833) ==3083== by 0xC3F9384: khtml::RenderBlock::layout() (render_block.cpp:736) ==3083== by 0xC2BEDC0: khtml::RenderObject::layoutIfNeeded() (render_object.h:480) ==3083== by 0xC3F4A65: khtml::RenderBlock::insertFloatingObject(khtml::RenderObject*) (render_block.cpp:1954) ==3083== by 0xC3F6111: khtml::RenderBlock::handleFloatingChild(khtml::RenderObject*, khtml::RenderBlock::MarginInfo const&, bool&) (render_block.cpp:998) ==3083== by 0xC3F81B8: khtml::RenderBlock::handleSpecialChild(khtml::RenderObject*, khtml::RenderBlock::MarginInfo const&, khtml::RenderBlock::CompactInfo&, bool&) (render_block.cpp:971) ==3083== by 0xC3F8507: khtml::RenderBlock::layoutBlockChildren(bool) (render_block.cpp:1518) ==3083== by 0xC3F8E83: khtml::RenderBlock::layoutBlock(bool) (render_block.cpp:835) ==3083== Address 0x7756cf4 is 44 bytes inside a block of size 100 free'd ==3083== at 0x4024836: free (vg_replace_malloc.c:325) ==3083== by 0xC430085: khtml::RenderArena::free(unsigned int, void*) (render_arena.cpp:122) ==3083== by 0xC4788E6: khtml::InlineBox::detach(khtml::RenderArena*, bool) (render_line.cpp:92) ==3083== by 0xC47895C: khtml::RootInlineBox::detach(khtml::RenderArena*, bool) (render_line.cpp:1115) ==3083== by 0xC429034: khtml::RenderFlow::deleteInlineBoxes(khtml::RenderArena*) (render_flow.cpp:185) ==3083== by 0xC3ECA6D: khtml::RenderBlock::layoutInlineChildren(bool, int) (bidi.cpp:1377) ==3083== by 0xC3F8E72: khtml::RenderBlock::layoutBlock(bool) (render_block.cpp:833) ==3083== by 0xC3F9384: khtml::RenderBlock::layout() (render_block.cpp:736) ==3083== by 0xC2BEDC0: khtml::RenderObject::layoutIfNeeded() (render_object.h:480) ==3083== by 0xC3F4A65: khtml::RenderBlock::insertFloatingObject(khtml::RenderObject*) (render_block.cpp:1954) ==3083== by 0xC3F6111: khtml::RenderBlock::handleFloatingChild(khtml::RenderObject*, khtml::RenderBlock::MarginInfo const&, bool&) (render_block.cpp:998) ==3083== by 0xC3F81B8: khtml::RenderBlock::handleSpecialChild(khtml::RenderObject*, khtml::RenderBlock::MarginInfo const&, khtml::RenderBlock::CompactInfo&, bool&) (render_block.cpp:971) This appears to be fixed in recent version. Can not reproduce on 4.3.85. Qt: 4.6.1 KDE Development Platform: 4.3.85 (KDE 4.3.85 (KDE 4.4 Beta2)) "release 8" Konqueror: 4.3.85 (KDE 4.3.85 (KDE 4.4 Beta2)) "release 8" I appreciate you trying to help out, but would you please not close bug reports I confirm (with a valgrind trace, even)? (In reply to comment #3) > I appreciate you trying to help out, but would you please not close bug > reports I confirm (with a valgrind trace, even)? You are using older version of kde(4.3.3) latest in 4.3 branch is 4.3.4. I'm not sure if 4.3.5 is going to be released and this is not reproducible in 4.4 so I thought of closing it. I am not the reporter, and I am using latest trunk. Also see my e-mail address --- I am one of KHTML developers. Again, I greatly appreciate you trying to help out, but please do remember that many not-100%-reproducible bugs are valid. (In reply to comment #5) > I am not the reporter, and I am using latest trunk. Also see my e-mail address > --- I am one of KHTML developers. Again, I greatly appreciate you trying to > help out, but please do remember that many not-100%-reproducible bugs are > valid. Oops, sorry I didn't notice it. J I just processed it as per my experience in few bugdays I participated in. SVN commit 1088983 by ggarand: fix occasional crash when laying out inline flow children as repaintDuringLayout() would access inline boxes we just deleted. BUG: 220360 M +5 -3 bidi.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1088983 *** Bug 229217 has been marked as a duplicate of this bug. *** |