Bug 87736 - SIGSEGV when loading http://www.novayagazeta.ru
Summary: SIGSEGV when loading http://www.novayagazeta.ru
Status: RESOLVED DUPLICATE of bug 68523
Alias: None
Product: konqueror
Classification: Applications
Component: khtml parsing (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-22 11:15 UTC by Vadym Krevs
Modified: 2004-08-25 12:57 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 2004-08-22 11:15:19 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    SuSE RPMs
Compiler:          gcc 3.3.3 $ gcc -v
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
OS:                Linux

I use KDE 3.3.0 on SuSE 9.1 (rpms from the "supplementary" directory on SuSE's ftp site). Start KOnqueror, and attempt to open the following URL: http://www.novayagazeta.ru/. The page loads about 81%, and then Konqueror crashes with signal 11 (SIGSEGV). Stack trace is below:

Using host libthread_db library "/lib/tls/libthread_db.so.1". 
[Thread debugging using libthread_db enabled]
[New Thread 1096397120 (LWP 10458)]
[KCrash handler]
#7  0x00000000 in ?? ()
#8  0x41d1e124 in khtml::HTMLTokenizer::notifyFinished ()
   from /opt/kde3/lib/libkhtml.so.4
#9  0x41da0cd4 in khtml::CachedScript::checkNotify ()
   from /opt/kde3/lib/libkhtml.so.4
#10 0x41da419f in khtml::CachedScript::data () from /opt/kde3/lib/libkhtml.so.4
#11 0x41da07f9 in khtml::Loader::slotFinished ()
   from /opt/kde3/lib/libkhtml.so.4
#12 0x41da0956 in khtml::Loader::qt_invoke () from /opt/kde3/lib/libkhtml.so.4
#13 0x40c7becf in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x401b5952 in KIO::Job::result () from /opt/kde3/lib/libkio.so.4
#15 0x4020d6ec in KIO::Job::emitResult () from /opt/kde3/lib/libkio.so.4
#16 0x4021674c in KIO::SimpleJob::slotFinished ()
   from /opt/kde3/lib/libkio.so.4
#17 0x40216d2a in KIO::TransferJob::slotFinished ()
   from /opt/kde3/lib/libkio.so.4
#18 0x402040c7 in KIO::TransferJob::qt_invoke () from /opt/kde3/lib/libkio.so.4
#19 0x40c7becf in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x40c7bd6f in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x401bac6c in KIO::SlaveInterface::finished ()
   from /opt/kde3/lib/libkio.so.4
#22 0x401eb960 in KIO::SlaveInterface::dispatch ()
   from /opt/kde3/lib/libkio.so.4
#23 0x401d9373 in KIO::SlaveInterface::dispatch ()
   from /opt/kde3/lib/libkio.so.4
#24 0x401c843b in KIO::Slave::gotInput () from /opt/kde3/lib/libkio.so.4
#25 0x401eecba in KIO::Slave::qt_invoke () from /opt/kde3/lib/libkio.so.4
#26 0x40c7becf in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#27 0x40c7c222 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x40fdf5c5 in QSocketNotifier::activated ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x40c9bb0b in QSocketNotifier::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x40c18cab in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x40c17fd1 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x40832aee in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#33 0x40badc22 in QApplication::sendEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x40c07327 in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#35 0x40bbfebf in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#36 0x40c2d141 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#37 0x40c2d05a in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#38 0x40c18e17 in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#39 0x4182fe4c in kdemain () from /opt/kde3/lib/libkdeinit_konqueror.so
#40 0x400188f4 in kdeinitmain () from /opt/kde3/lib/kde3/konqueror.so
#41 0x0804e766 in launch ()
#42 0x0804ee7c in handle_launcher_request ()
#43 0x0804f439 in handle_requests ()
#44 0x0804fc1a in main ()
Comment 1 jakubpol 2004-08-22 15:40:52 UTC
I can confirm the crash (KDE 3.3, Gentoo).
Comment 2 Tommi Tervo 2004-08-25 12:57:32 UTC

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