This forum has been archived. All content is frozen. Please use KDE Discuss instead.

ktorrent crashing on startup

Tags: None
(comma "," separated)
Syco54645
Registered Member
Posts
18
Karma
0

ktorrent crashing on startup

Wed Mar 08, 2006 5:43 am
i am using (or trying to) the newest ktorrent on ubuntu breezy. i used the deb file from the download page and when i run ktorrent i get this in the terminal

Code: Select all
frank@Behemoth:~/.kde/share/apps/ktorrent$ ktorrent
kio (KMimeType): WARNING: KServiceType::offers : servicetype ThumbCreator not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype ThumbCreator not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype ThumbCreator not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype ThumbCreator not found
QServerSocket: failed to bind or listen to the socket
ERROR: Communication problem with ktorrent, it probably crashed.
frank@Behemoth:~/.kde/share/apps/ktorrent$ KCrash: Application 'ktorrent' crashing...


if anyone could help me out it would be greatly appreciated

-Syco54645
Syco54645
Registered Member
Posts
18
Karma
0

Wed Mar 08, 2006 6:16 pm
this may be interesting for the developers to take a look at. dont know if something can be done codewise as i only really skimmed through it, but it appears to be a shortcoming of qt

http://lists.trolltech.com/qt-interest/ ... 00773.html

-Syco54645

ps i decided to compile it myself to see if that would fix the problem and it did not.
jyhelle
Registered Member
Posts
32
Karma
0

Wed Mar 08, 2006 7:09 pm
Syco54645 wrote:ps i decided to compile it myself to see if that would fix the problem and it did not.

did you use the svn version or the 1.2 available from the site ? I had lots of problems using both pre-compiled and source from the site on my Kubuntu system, and only after compiling the svn version did I have a fully functional KT (but now I wouldn't use another client !)

I don't have the post number at hand, but look in the past posts and you'll find the procedure, that's merely 5 or 6 lines to copy/paste in a terminal window...
Syco54645
Registered Member
Posts
18
Karma
0

Wed Mar 08, 2006 11:30 pm
jyhelle wrote:
Syco54645 wrote:ps i decided to compile it myself to see if that would fix the problem and it did not.

did you use the svn version or the 1.2 available from the site ? I had lots of problems using both pre-compiled and source from the site on my Kubuntu system, and only after compiling the svn version did I have a fully functional KT (but now I wouldn't use another client !)

I don't have the post number at hand, but look in the past posts and you'll find the procedure, that's merely 5 or 6 lines to copy/paste in a terminal window...


yeah my next step was trying the svn. i guess i will do that now

thanks

-Syco54645
Syco54645
Registered Member
Posts
18
Karma
0

Thu Mar 09, 2006 1:48 am
ok so i compiled and installed the svn version and it works good... no more **** azureus!!!!!!!!!
George
Moderator
Posts
5421
Karma
1

Thu Mar 09, 2006 5:30 pm
Syco54645 wrote:this may be interesting for the developers to take a look at. dont know if something can be done codewise as i only really skimmed through it, but it appears to be a shortcoming of qt

http://lists.trolltech.com/qt-interest/ ... 00773.html

-Syco54645

ps i decided to compile it myself to see if that would fix the problem and it did not.


KT shouldn't crash, if the port is allready in use, it normally goes to the next one.
rikd
Registered Member
Posts
13
Karma
0

Thu Mar 09, 2006 6:59 pm
shouldn't crash but does...

It took me a while to get KT (1.2) up and running - and it was down to the fact that I was still running Azureus in the background while I checked out KT.

After a while it dawned on me that KT was probably trying to grab port 6881 also.. Shutdown Azureus, rebooted and tried again - it worked..

Crash BT I was getting is
Code: Select all
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 -1230993728 (LWP 13037)]
[KCrash handler]
#4  0xb7f19b18 in bt::Server::changePort () from /opt/kde3/lib/libktorrent.so.0
#5  0xb7f1a3c8 in bt::Server::Server () from /opt/kde3/lib/libktorrent.so.0
#6  0xb7eeeb37 in bt::Globals::initServer ()
   from /opt/kde3/lib/libktorrent.so.0
#7  0x080677de in KTorrentCore::KTorrentCore ()
#8  0x0805cfef in KTorrent::KTorrent ()
#9  0x0806c324 in KTorrentApp::newInstance ()
#10 0xb77bf378 in KUniqueApplication::processDelayed ()
   from /opt/kde3/lib/libkdecore.so.4
#11 0xb77c0c1c in KUniqueApplication::qt_invoke ()
   from /opt/kde3/lib/libkdecore.so.4
#12 0x0806bfa7 in KTorrentApp::qt_invoke ()
#13 0xb712e209 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0xb746e902 in QSignal::signal () from /usr/lib/qt3/lib/libqt-mt.so.3
#15 0xb714afdb in QSignal::activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#16 0xb7152963 in QSingleShotTimer::event ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#17 0xb70ceaa1 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#18 0xb70cf419 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0xb77ae97e in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#20 0xb70c37d8 in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0xb707cedf in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0xb70e5999 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0xb70e5896 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0xb70ce3ef in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x0805b2be in main ()


-RikD.
George
Moderator
Posts
5421
Karma
1

Fri Mar 10, 2006 6:26 pm
It shouldn't crash at that point.
Syco54645
Registered Member
Posts
18
Karma
0

Mon Mar 13, 2006 7:07 am
mine didnt even work after exiting azureus. i didnt restart though as i never feel the need to.

-Syco54645


Bookmarks



Who is online

Registered users: bancha, Bing [Bot], Google [Bot], Sogou [Bot]