Bug 141996 - Segfault in location http://www.soov.ee
Summary: Segfault in location http://www.soov.ee
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 3.5
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 20:50 UTC by Hasso Tepper
Modified: 2009-08-29 16:50 UTC (History)
2 users (show)

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 Hasso Tepper 2007-02-20 20:50:37 UTC
Version:           3.5.6 (using KDE 3.5.6, compiled sources)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.20

Entering www.soov.ee Konqueror waits for some time and segfaults (for user it
just closes window silently without crash handler).
Comment 1 Philip Rodrigues 2007-02-25 15:51:11 UTC
Confirmed on r635140. Program gets SIGBUS, backtrace is:

#0  0x28b9b703 in lock (m=0x28c001c4) at x86.h:11
#1  0x28b9b6a6 in malloc (bytes=12)
    at /home/phil/kdesrc/kdelibs/kdecore/malloc/malloc.c:5511
#2  0x29616359 in operator new () from /usr/lib/libstdc++.so.5
#3  0x2929e2d2 in QGArray::newData () from /usr/X11R6/lib/libqt-mt.so.3
#4  0x2929e510 in QGArray::QGArray () from /usr/X11R6/lib/libqt-mt.so.3
#5  0x29291338 in QCString::QCString () from /usr/X11R6/lib/libqt-mt.so.3
#6  0x290181e7 in QObject::connect () from /usr/X11R6/lib/libqt-mt.so.3
#7  0x290190ab in QObject::installEventFilter ()
   from /usr/X11R6/lib/libqt-mt.so.3
#8  0x29cd7437 in KHTMLView::eventFilter (this=0x8325140, o=0x83315a0,
    e=0x894c078) at /home/phil/kdesrc/kdelibs/khtml/khtmlview.cpp:1852
#9  0x2901673c in QObject::activate_filters ()
   from /usr/X11R6/lib/libqt-mt.so.3
#10 0x29016802 in QObject::event () from /usr/X11R6/lib/libqt-mt.so.3
#11 0x2904ba12 in QWidget::event () from /usr/X11R6/lib/libqt-mt.so.3
#12 0x28fbd265 in QApplication::internalNotify ()
   from /usr/X11R6/lib/libqt-mt.so.3
#13 0x28fbd3fa in QApplication::notify () from /usr/X11R6/lib/libqt-mt.so.3
#14 0x28a69808 in KApplication::notify (this=0xbfbfe8a0, receiver=0x83315a0,
    event=0x894c078) at /home/phil/kdesrc/kdelibs/kdecore/kapplication.cpp:550
#15 0x28fbe472 in QApplication::sendPostedEvents ()
   from /usr/X11R6/lib/libqt-mt.so.3
#16 0x29049935 in QWidget::show () from /usr/X11R6/lib/libqt-mt.so.3
#17 0x29df7e00 in khtml::RenderLayer::showScrollbar (this=0x8689aa4,
    o=Vertical, show=true)
    at /home/phil/kdesrc/kdelibs/khtml/rendering/render_layer.cpp:616
#18 0x29df85bc in khtml::RenderLayer::checkScrollbarsAfterLayout (
    this=0x8689aa4)
    at /home/phil/kdesrc/kdelibs/khtml/rendering/render_layer.cpp:755
Comment 2 Rui G. 2008-06-18 13:59:47 UTC
I confirm the silent crash in 3.5.9 and trunk, but just by using the wayback machine: 

http://web.archive.org/web/20070210201405rn_1/www.soov.ee/navigation.do?method=navigate&parentNode.idString=1

Comment 3 FiNeX 2008-11-22 02:52:16 UTC
Silent crash confirmed in current trunk too (r887467). :-(
Comment 4 FiNeX 2009-08-29 16:50:16 UTC
It doesn't crash anymore in KDE 4.3 and trunk :-)