Bug 118495 - when searching links it crashes every time. exspecially a larger amount of links that are in a domain.
Summary: when searching links it crashes every time. exspecially a larger amount of li...
Status: RESOLVED FIXED
Alias: None
Product: klinkstatus
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Paulo Moura Guedes
URL:
Keywords:
: 118907 122990 155120 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-17 07:17 UTC by MIkel Jones
Modified: 2008-01-07 16:54 UTC (History)
3 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 MIkel Jones 2005-12-17 07:17:37 UTC
Version:           0.3.0 (using KDE 3.4.2 Level "b" , SUSE 10.0)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.13-15-default

kde crash handler

The application klinkstatus crashed and caused a signal 11 (SIGSEGV)

BackTrace


Using host libthread_db library "/lib/tls/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread 1095336576 (LWP 6590)]
[KCrash handler]
#4  0x40e3d30b in QString::QString () from /usr/lib/qt3/lib/libqt-mt.so.3
#5  0x406fc6a2 in KURL::url () from /opt/kde3/lib/libkdecore.so.4
#6  0x416b7657 in LinkChecker::checkRef ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#7  0x416b77c9 in LinkChecker::check ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#8  0x416c2912 in SearchManager::checkLinksSimultaneously ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#9  0x416c29d0 in SearchManager::checkVectorLinks ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#10 0x416c20b5 in SearchManager::continueSearch ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#11 0x416c241e in SearchManager::slotLinkChecked ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#12 0x416c3682 in SearchManager::qt_invoke ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#13 0x40b67159 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x416b605d in LinkChecker::transactionFinished ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#15 0x416b6a36 in LinkChecker::finnish ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#16 0x416b7e4c in LinkChecker::slotResult ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#17 0x416bb2b0 in LinkChecker::qt_invoke ()
   from /opt/kde3/lib/kde3/libklinkstatuspart.so
#18 0x40b67159 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0x4013a702 in KIO::Job::result () from /opt/kde3/lib/libkio.so.4
#20 0x4018daf2 in KIO::Job::emitResult () from /opt/kde3/lib/libkio.so.4
#21 0x4018dc5e in KIO::SimpleJob::slotFinished ()
   from /opt/kde3/lib/libkio.so.4
#22 0x4018e39d in KIO::TransferJob::slotFinished ()
   from /opt/kde3/lib/libkio.so.4
#23 0x4018f9ca in KIO::TransferJob::qt_invoke () from /opt/kde3/lib/libkio.so.4
#24 0x40b67159 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x40b67600 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x4013559c in KIO::SlaveInterface::finished ()
   from /opt/kde3/lib/libkio.so.4
#27 0x401a7ddc in KIO::SlaveInterface::dispatch ()
   from /opt/kde3/lib/libkio.so.4
#28 0x4014d8c7 in KIO::SlaveInterface::dispatch ()
   from /opt/kde3/lib/libkio.so.4
#29 0x401520eb in KIO::Slave::gotInput () from /opt/kde3/lib/libkio.so.4
#30 0x4015229b in KIO::Slave::qt_invoke () from /opt/kde3/lib/libkio.so.4
#31 0x40b67159 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x40b67731 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x40ea8700 in QSocketNotifier::activated ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x40b86430 in QSocketNotifier::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#35 0x40b079f1 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#36 0x40b08369 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#37 0x4076d97e in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#38 0x40afb83d in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#39 0x40ab5de3 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#40 0x40b1e903 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#41 0x40b1e7e6 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#42 0x40b0733f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#43 0x0804f99c in main ()
Comment 1 Paulo Moura Guedes 2005-12-19 00:49:42 UTC
Can you give me an URL where it crashes?
It's running fine here...
Comment 2 Samir M. Nassar 2005-12-21 22:40:19 UTC
I get the same problem on Gentoo 2005.1, with GCC 3.4.4

It crashes for me with:

http://steamedpenguin.com/
Comment 3 MIkel Jones 2005-12-31 20:09:36 UTC
i am checking large websites. i work with a child protection agency and can not give the websites checked . however i can give you 1 
'we are checking the links with this site
http://boylover.net we need to get all the links to check for child porn material, and as well admissions from those posting on there of molesting little boys. so it is extremely important for us to have this work and get all it can without crashing. as well with the option to save the results in a smaller html or text file. the way it is now the results are very wide and spread out.
Comment 4 Paulo Moura Guedes 2006-01-03 00:07:01 UTC
I will check better, but I can't reproduce the crashes.
Can you take a look at bug #85575? KDE >= 3.5 should have the problem fixed...

Please feel free to give feedback.
Comment 5 Paulo Moura Guedes 2006-01-19 00:52:07 UTC
If you could try with KLinkStatus 0.3.0 would be perfect.
Thanks.
Comment 6 Paulo Moura Guedes 2006-01-19 00:54:19 UTC
Nevermind, you have 0.3.0.. It's kde 3.5 that it's missing :)
Comment 7 Samir M. Nassar 2006-01-19 01:00:42 UTC
Actually I am running KDE 3.5.0 and it crashes for me.
Comment 8 Paulo Moura Guedes 2006-02-08 12:38:21 UTC
I commited a fix in the subversion repository for the branch 3.5.
I had forgot to backport this fix. It should be fixed now.
Comment 9 Paulo Moura Guedes 2006-02-08 12:38:58 UTC
*** Bug 118907 has been marked as a duplicate of this bug. ***
Comment 10 Paulo Moura Guedes 2006-03-31 12:07:07 UTC
*** Bug 122990 has been marked as a duplicate of this bug. ***
Comment 11 Paulo Moura Guedes 2008-01-07 16:54:45 UTC
*** Bug 155120 has been marked as a duplicate of this bug. ***