Bug 109146 - Konqueror crashes when clicking on pre-rendered Buttons.
Summary: Konqueror crashes when clicking on pre-rendered Buttons.
Status: RESOLVED DUPLICATE of bug 88306
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-16 00:52 UTC by Ali Akcaagac
Modified: 2005-07-26 15:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ali Akcaagac 2005-07-16 00:52:43 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 4.0.1 
OS:                Linux

Please go to http://freshmeat.net/ and you see the SEARCH field in the rendered page. Now pay attention to this SEARCH field and now re-load the page (or load with a clean cache) and now you need to be quick, as soon as you see the SEARCH field start to render (it shows up as a white field, then starts rendering the border and then the field itself) but as soon as you see the white field start clicking on it wildly (only to be able to reconstruct this crash) and you see that Konqueror starts crashing. I have been trying to catch this issues with gdb but strangely with the debugger process running this bug never happens. Running Konqueror stand alone without debugger and without valgrind cause crashes.
Comment 1 Tommi Tervo 2005-07-26 15:35:37 UTC
I got bt: (trunk r438817)
#6  0x09835a78 in khtml::CaretBoxLine::addConvertedInlineBox (this=0xa4706c8, 
    box=0xa26b5dc, sbp=@0xbfe8c500) at khtml_caret.cpp:685
#7  0x09835b9b in khtml::CaretBoxLine::addConvertedInlineBox (this=0xa4706c8, 
    box=0xa26b6bc, sbp=@0xbfe8c500) at khtml_caret.cpp:714
#8  0x0983617f in khtml::CaretBoxLine::constructCaretBoxLine (
    deleter=0xbfe8c660, basicFlowBox=0xa26b6bc, seekBox=0xa26b5a8, 
    seekOutside=false, seekOutsideEnd=false, iter=@0xbfe8c650, seekObject=0x0)
    at khtml_caret.cpp:832
#9  0x0983671d in findCaretBoxLine (node=0xa40abb0, offset=2, 
    cblDeleter=0xbfe8c660, base=0xa22ce30, r_ofs=@0xbfe8c65c, 
    caretBoxIt=@0xbfe8c650) at khtml_caret.cpp:1011
#10 0x0983be86 in KHTMLView::moveCaretTo (this=0xa16aba0, node=0xa40abb0, 
    offset=2, clearSel=true) at khtmlview.cpp:3929
#11 0x09865857 in KHTMLPart::khtmlMousePressEvent (this=0xa1d4080, 
    event=0xbfe8ca50) at khtml_part.cpp:6045
#12 0x09865122 in KHTMLPart::customEvent (this=0xa1d4080, event=0xbfe8ca50)
    at khtml_part.cpp:5897
#13 0x02336aee in QObject::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#14 0x022da8c9 in QApplication::internalNotify ()

*** This bug has been marked as a duplicate of 88306 ***