Bug 151448 - Ktorrent crashes every time when I stop undownloaded torrent by pressing red square.
Summary: Ktorrent crashes every time when I stop undownloaded torrent by pressing red ...
Status: RESOLVED FIXED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-28 00:39 UTC by Fisiu
Modified: 2007-12-03 20:08 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 Fisiu 2007-10-28 00:39:54 UTC
Version:           2.2.2-9.1 (using KDE KDE 3.5.8)
Installed from:    SuSE RPMs
OS:                Linux

When I add new torrent, and it's not downloaded yet, presing on STOP button (red square) make a crash of application. I use openSUSE 10.3 x86 and I have the newest version of Ktorrent → ktorrent-2.2.2-9.1.

Crash report:

[?1034hUsing host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 0xb67a46d0 (LWP 29373)]
[New Thread 0xb509fb90 (LWP 29675)]
[New Thread 0xb58a0b90 (LWP 29674)]
0xffffe410 in __kernel_vsyscall ()
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb6d9bffb in read () from /lib/libpthread.so.0
#2  0xb74f0ade in _kde_IceTransSocketRead () from /opt/kde3/lib/libDCOP.so.4
#3  0xb74f078f in _kde_IceTransRead () from /opt/kde3/lib/libDCOP.so.4
#4  0xb74ea29f in _kde_IceRead () from /opt/kde3/lib/libDCOP.so.4
#5  0xb74eedbf in KDE_IceProcessMessages () from /opt/kde3/lib/libDCOP.so.4
#6  0xb74daaa6 in DCOPClient::callInternal () from /opt/kde3/lib/libDCOP.so.4
#7  0xb74dad8c in DCOPClient::callInternal () from /opt/kde3/lib/libDCOP.so.4
#8  0xb74dd79e in DCOPClient::call () from /opt/kde3/lib/libDCOP.so.4
#9  0xb74dd807 in DCOPClient::call () from /opt/kde3/lib/libDCOP.so.4
#10 0xb74dd9d8 in DCOPClient::disconnectDCOPSignal ()
   from /opt/kde3/lib/libDCOP.so.4
#11 0xb74de2d9 in DCOPObject::~DCOPObject () from /opt/kde3/lib/libDCOP.so.4
#12 0xb7bbc450 in KDirListerCache::~KDirListerCache ()
   from /opt/kde3/lib/libkio.so.4
#13 0xb7bb1988 in __tcf_26 () from /opt/kde3/lib/libkio.so.4
#14 0xb6b8f8c8 in __cxa_finalize () from /lib/libc.so.6
#15 0xb7afbbd3 in __do_global_dtors_aux () from /opt/kde3/lib/libkio.so.4
#16 0xb7cfcc9c in _fini () from /opt/kde3/lib/libkio.so.4
#17 0xb7f09181 in ?? () from /lib/ld-linux.so.2
#18 0xb7f16260 in _rtld_global () from /lib/ld-linux.so.2
#19 0x00000000 in ?? ()

Loaded plugins:
* Info widget
* Search
* Statistics
* UPnP
* Web Interface
* Zeroconf
Comment 1 Joris Guisson 2007-12-03 20:08:09 UTC
SVN commit 744476 by guisson:

Fix zeroconf crashes by switching from threaded to qt poll in avahi

BUG: 151448


 M  +4 -0      ChangeLog  
 M  +13 -2     configure.in.in  
 M  +1 -1      ktorrent.kdevelop  
 M  +1 -1      plugins/zeroconf/Makefile.am  
 M  +54 -60    plugins/zeroconf/avahiservice.cpp  
 M  +4 -2      plugins/zeroconf/avahiservice.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=744476