Bug 97705 - Konqueror crashes on www.myvue.com with SIGFPE
Summary: Konqueror crashes on www.myvue.com with SIGFPE
Status: RESOLVED DUPLICATE of bug 87656
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: 3.3.2
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-23 11:05 UTC by Vadym Krevs
Modified: 2005-01-25 14:16 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 Vadym Krevs 2005-01-23 11:05:35 UTC
Version:           3.3.2 (using KDE 3.3.2 Level "a" , SUSE 9.2 UNSUPPORTED)
Compiler:          gcc version 3.3.4 (pre 3.3.5 20040809)
OS:                Linux (i686) release 2.6.8-24.11-default

Open www.myvue.com, choose any cinema in the list, check "remember my cinema", and click "Go". Konqueror crashes with a SIGFPE. The stack trace is below:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1095768576 (LWP 28823)]
[KCrash handler]
#7  0x41d05629 in khtml::RenderBox::paintBackgroundExtended ()
   from /opt/kde3/lib/libkhtml.so.4
#8  0x41cd7775 in khtml::RenderBox::paintBackground ()
   from /opt/kde3/lib/libkhtml.so.4
#9  0x41d05f05 in khtml::RenderBox::paintBoxDecorations ()
   from /opt/kde3/lib/libkhtml.so.4
#10 0x41d19f8f in khtml::RenderBlock::paintObject ()
   from /opt/kde3/lib/libkhtml.so.4
#11 0x41d1a90a in khtml::RenderBlock::paint () from /opt/kde3/lib/libkhtml.so.4
#12 0x41d158be in khtml::RenderLayer::paintLayer ()
   from /opt/kde3/lib/libkhtml.so.4
#13 0x41d15774 in khtml::RenderLayer::paintLayer ()
   from /opt/kde3/lib/libkhtml.so.4
#14 0x41d15774 in khtml::RenderLayer::paintLayer ()
   from /opt/kde3/lib/libkhtml.so.4
#15 0x41d15af7 in khtml::RenderLayer::paint () from /opt/kde3/lib/libkhtml.so.4
#16 0x41c6ddbd in KHTMLView::drawContents () from /opt/kde3/lib/libkhtml.so.4
#17 0x40d1e9b3 in QScrollView::drawContentsOffset ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#18 0x40d1f349 in QScrollView::viewportPaintEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0x40d1fc3a in QScrollView::eventFilter ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x41c683bc in KHTMLView::eventFilter () from /opt/kde3/lib/libkhtml.so.4
#21 0x40c0298e in QObject::activate_filters ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x40c02a70 in QObject::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0x40c37ecf in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x40b9f85f in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x40ba1423 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x40831e21 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#27 0x40b6ba96 in QWidget::repaint () from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x40d1ea9b in QScrollView::repaintContents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x40d1ebd1 in QScrollView::repaintContents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x41c6d144 in KHTMLView::timerEvent () from /opt/kde3/lib/libkhtml.so.4
#31 0x40c02ad1 in QObject::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x40c37ecf in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x40b9f85f in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x40ba1423 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#35 0x40831e21 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#36 0x40b9400c in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#37 0x40b4cf56 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#38 0x40bb77b1 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#39 0x40bb75f6 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#40 0x40ba12ef in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#41 0x4177e19c in kdemain () from /opt/kde3/lib/libkdeinit_konqueror.so
#42 0x0804e892 in launch ()
#43 0x0804ef9c in handle_launcher_request ()
#44 0x0804f559 in handle_requests ()
#45 0x0804fd3a in main ()
Comment 1 Maksim Orlovich 2005-01-23 17:30:53 UTC
SUSE "feature", AFAIK

*** This bug has been marked as a duplicate of 87656 ***
Comment 2 Stephan Kulow 2005-01-25 14:16:17 UTC
btw: the feature is to disallow large pictures to avoid DoS attacks. This shouldn't lead to a crash by division by zero actually. The code is still buggy.