Bug 159792 - The following (technical) webpage crashes the browser
Summary: The following (technical) webpage crashes the browser
Status: RESOLVED DUPLICATE of bug 156623
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-24 15:18 UTC by Tyson Whitehead
Modified: 2008-03-24 15:33 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 Tyson Whitehead 2008-03-24 15:18:51 UTC
Version:           4.0.2 (using KDE 4.0.2)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc 4.2.3 (or, at least, that is what debian currently installs on my box) this is the amd64 debian distribution
OS:                Linux

The following page (on GPU Accelerated Projected Tetrahedra) causes the browser to crash upon attempting to load it (it loads okay in firefox):

http://www.cs.unm.edu/~kmorel/documents/dissertation/thesis_full/node29.html
Comment 1 Tyson Whitehead 2008-03-24 15:26:29 UTC
I should add that it is crashing with signal 6 (SIGABRT).  Also, here is the (repeated "no debugging symbols found" pruned) KDE crash handler backtrace:

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
... repeated a lot...
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0x2b785a319450 (LWP 3960)]
(no debugging symbols found)
... repeated a lot ...
(no debugging symbols found)
[KCrash handler]
#5  0x00002b785266f025 in raise () from /lib/libc.so.6
#6  0x00002b7852670a80 in abort () from /lib/libc.so.6
#7  0x00002b78526b3efc in ?? () from /lib/libc.so.6
#8  0x00002b78526b4b57 in free () from /lib/libc.so.6
#9  0x00002b785fb218fc in ?? () from /usr/lib/libkhtml.so.5
#10 0x00002b785fb1c837 in ?? () from /usr/lib/libkhtml.so.5
#11 0x00002b785fa4b545 in ?? () from /usr/lib/libkhtml.so.5
#12 0x00002b785fa514b4 in ?? () from /usr/lib/libkhtml.so.5
#13 0x00002b7852eed363 in QMetaObject::activate ()
   from /usr/lib/libQtCore.so.4
#14 0x00002b785326ab12 in KJob::result () from /usr/lib/libkdecore.so.5
#15 0x00002b785326ad97 in KJob::emitResult () from /usr/lib/libkdecore.so.5
#16 0x00002b7853c52e9a in KIO::SimpleJob::slotFinished ()
   from /usr/lib/libkio.so.5
#17 0x00002b7853c562a3 in KIO::TransferJob::slotFinished ()
   from /usr/lib/libkio.so.5
#18 0x00002b7853c5b8be in KIO::TransferJob::qt_metacall ()
   from /usr/lib/libkio.so.5
#19 0x00002b7852eed363 in QMetaObject::activate ()
   from /usr/lib/libQtCore.so.4
#20 0x00002b7853d15936 in KIO::SlaveInterface::dispatch ()
   from /usr/lib/libkio.so.5
#21 0x00002b7853d123d2 in KIO::SlaveInterface::dispatch ()
   from /usr/lib/libkio.so.5
#22 0x00002b7853d034c3 in KIO::Slave::gotInput () from /usr/lib/libkio.so.5
#23 0x00002b7853d040e6 in KIO::Slave::qt_metacall () from /usr/lib/libkio.so.5
#24 0x00002b7852eed363 in QMetaObject::activate ()
   from /usr/lib/libQtCore.so.4
#25 0x00002b7853c26fbe in ?? () from /usr/lib/libkio.so.5
#26 0x00002b7853c2705d in KIO::Connection::qt_metacall ()
   from /usr/lib/libkio.so.5
#27 0x00002b7852eeaaf8 in QObject::event () from /usr/lib/libQtCore.so.4
#28 0x00002b7854d1423b in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#29 0x00002b7854d1a635 in QApplication::notify () from /usr/lib/libQtGui.so.4
#30 0x00002b78537c956b in KApplication::notify () from /usr/lib/libkdeui.so.5
#31 0x00002b7852edcf70 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#32 0x00002b7852edea7c in QCoreApplicationPrivate::sendPostedEvents ()
   from /usr/lib/libQtCore.so.4
#33 0x00002b7852efb85c in ?? () from /usr/lib/libQtCore.so.4
#34 0x00002b78560c3eb4 in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
#35 0x00002b78560c719d in ?? () from /usr/lib/libglib-2.0.so.0
#36 0x00002b78560c766e in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#37 0x00002b7852efbaa1 in QEventDispatcherGlib::processEvents ()
   from /usr/lib/libQtCore.so.4
#38 0x00002b7854d83b2f in ?? () from /usr/lib/libQtGui.so.4
#39 0x00002b7852edc538 in QEventLoop::processEvents ()
   from /usr/lib/libQtCore.so.4
#40 0x00002b7852edc64d in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#41 0x00002b7852eded31 in QCoreApplication::exec ()
   from /usr/lib/libQtCore.so.4
#42 0x00002b78524145aa in kdemain () from /usr/lib/libkdeinit4_konqueror.so
#43 0x00002b785265b1c4 in __libc_start_main () from /lib/libc.so.6
#44 0x0000000000400629 in _start ()
#0  0x00002b78526dab41 in nanosleep () from /lib/libc.so.6
Comment 2 Maksim Orlovich 2008-03-24 15:33:52 UTC

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