Bug 90027 - Konq crashes on http://bbspot.com/News/2003/01/os_quiz.php
Summary: Konq crashes on http://bbspot.com/News/2003/01/os_quiz.php
Status: RESOLVED DUPLICATE of bug 87656
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 3.3
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-22 17:32 UTC by Roland Seuhs
Modified: 2004-09-22 18:04 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 Roland Seuhs 2004-09-22 17:32:46 UTC
Version:           3.3 (using KDE 3.3.0, SuSE)
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.4-52-default

When loading this page, Konqueror immediately crashes (without even displaying the page)
Comment 1 Matt Rogers 2004-09-22 17:34:20 UTC
do you have a backtrace?

Comment 2 Roland Seuhs 2004-09-22 17:58:54 UTC
Yes:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1096234176 (LWP 5490)]
[KCrash handler]
#7  0x41b6df5a in khtml::RenderBox::paintBackgroundExtended ()
   from /opt/kde3/lib/libkhtml.so.4
#8  0x41b42405 in khtml::RenderBox::paintBackground ()
   from /opt/kde3/lib/libkhtml.so.4
#9  0x41b6c2f1 in khtml::RenderBox::paintRootBoxDecorations ()
   from /opt/kde3/lib/libkhtml.so.4
#10 0x41b6e5d0 in khtml::RenderBox::paintBoxDecorations ()
   from /opt/kde3/lib/libkhtml.so.4
#11 0x41b6a2e2 in khtml::RenderBlock::paintObject ()
   from /opt/kde3/lib/libkhtml.so.4
#12 0x41b80eda in khtml::RenderBlock::paint () from /opt/kde3/lib/libkhtml.so.4
#13 0x41b7bedc in khtml::RenderLayer::paintLayer ()
   from /opt/kde3/lib/libkhtml.so.4
#14 0x41b7bda4 in khtml::RenderLayer::paintLayer ()
   from /opt/kde3/lib/libkhtml.so.4
#15 0x41b7c0f7 in khtml::RenderLayer::paint () from /opt/kde3/lib/libkhtml.so.4
#16 0x41addde4 in KHTMLView::drawContents () from /opt/kde3/lib/libkhtml.so.4
#17 0x40d819a5 in QScrollView::drawContentsOffset ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#18 0x40d801ad in QScrollView::viewportPaintEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0x40d7fa75 in QScrollView::eventFilter ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x41ad87d9 in KHTMLView::eventFilter () from /opt/kde3/lib/libkhtml.so.4
#21 0x40c587ab in QObject::activate_filters ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x40c58629 in QObject::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0x40c92bfd in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x40bf7cab in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x40bf7941 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x40811aee in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#27 0x40b8cc22 in QApplication::sendEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x40bc1f35 in QWidget::repaint () from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x40d81927 in QScrollView::repaintContents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x40d81733 in QScrollView::repaintContents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x41adc6c5 in KHTMLView::timerEvent () from /opt/kde3/lib/libkhtml.so.4
#32 0x40c58681 in QObject::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x40c92bfd in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x40bf7cab in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#35 0x40bf7941 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#36 0x40811aee in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#37 0x40b8cc22 in QApplication::sendEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#38 0x40be61ee in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#39 0x40b9eedb in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#40 0x40c0c141 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#41 0x40c0c05a in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#42 0x40bf7e17 in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#43 0x416cce4c in kdemain () from /opt/kde3/lib/libkdeinit_konqueror.so
#44 0x400188f4 in kdeinitmain () from /opt/kde3/lib/kde3/konqueror.so
#45 0x0804e766 in launch ()
#46 0x0804ee7c in handle_launcher_request ()
#47 0x0804f439 in handle_requests ()
#48 0x0804fc1a in main ()
Comment 3 Maksim Orlovich 2004-09-22 18:04:14 UTC

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