Bug 171509 - kopete crashes when clicking on system tray icon
Summary: kopete crashes when clicking on system tray icon
Status: RESOLVED LATER
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 171390 171575 171682 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-23 14:19 UTC by Martin Zbořil
Modified: 2008-11-18 03:43 UTC (History)
6 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 Martin Zbořil 2008-09-23 14:19:54 UTC
Version:           0.60.80 (using 4.1.67 (KDE 4.1.67 (KDE 4.2 >= 20080918)) "release 1.4", KDE:KDE4:UNSTABLE:Desktop / openSUSE_Factory)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.25.16-0.1-default

the issue I have happened on two different computers with same versions of kopete installed, you can get the broken version from suse build service in unstable KDE 4.2 for 11.1 beta1

Application: Kopete (kopete), signal SIGSEGV
0x00007fdc6f947261 in nanosleep () from /lib64/libc.so.6
[Current thread is 0 (LWP 12959)]

Thread 3 (Thread 0x421c1950 (LWP 12960)):
#0  0x00007fdc6f971662 in select () from /lib64/libc.so.6
#1  0x00007fdc714ab27b in QEventDispatcherUNIX::select () from /usr/lib64/libQtCore.so.4
#2  0x00007fdc714abc20 in QEventDispatcherUNIXPrivate::doSelect () from /usr/lib64/libQtCore.so.4
#3  0x00007fdc714ad8dd in QEventDispatcherUNIX::processEvents () from /usr/lib64/libQtCore.so.4
#4  0x00007fdc71480f72 in QEventLoop::processEvents () from /usr/lib64/libQtCore.so.4
#5  0x00007fdc714810fd in QEventLoop::exec () from /usr/lib64/libQtCore.so.4
#6  0x00007fdc6164b0ab in QCA::SyncThread::run () from /usr/lib64/libqca.so.2
#7  0x00007fdc7139a7c5 in ?? () from /usr/lib64/libQtCore.so.4
#8  0x00007fdc71128040 in start_thread () from /lib64/libpthread.so.0
#9  0x00007fdc6f9780cd in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x429c2950 (LWP 12961)):
#0  0x00007fdc7112bdd9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fdc7139b8b9 in QWaitCondition::wait () from /usr/lib64/libQtCore.so.4
#2  0x00007fdc727961ec in ?? () from /usr/lib64/libQtNetwork.so.4
#3  0x00007fdc7139a7c5 in ?? () from /usr/lib64/libQtCore.so.4
#4  0x00007fdc71128040 in start_thread () from /lib64/libpthread.so.0
#5  0x00007fdc6f9780cd in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fdc7597d700 (LWP 12959)):
[KCrash Handler]
#5  0x00007fdc71c23880 in QMovie::state () from /usr/lib64/libQtGui.so.4
#6  0x0000000000449482 in _start ()
Comment 1 Martin Zbořil 2008-09-23 14:20:41 UTC
way to reproduce is to click on its system tray icon
Comment 2 Roman Jarosz 2008-09-23 21:29:58 UTC
You probably didn't enabled mng support in Qt so you won't see any system tray animations. Just to let you know.

SVN commit 864032 by rjarosz:

Don't crash if animIcon is 0.

 M  +5 -3      kopetechatwindow.cpp  
Comment 3 Roman Jarosz 2008-09-23 21:32:06 UTC
*** Bug 171390 has been marked as a duplicate of this bug. ***
Comment 4 Roman Jarosz 2008-09-24 19:45:56 UTC
Reopening as the fix is for different bug.
I cannot reproduce this bug, it looks like it was already fixed.
Comment 5 Roman Jarosz 2008-09-24 19:46:16 UTC
*** Bug 171575 has been marked as a duplicate of this bug. ***
Comment 6 Pablo Cholaky 2008-09-24 23:10:56 UTC
4.1.67

Kopete is crashing...
Comment 7 Denis 2008-09-26 15:03:00 UTC
have same issue. I'm using KDE 4.1.67 on Gentoo.
Comment 8 Lee 2008-09-27 22:10:17 UTC
I'm running kde4-kopete-4.1.67-1.4@i586 and have the same problem - it loads in the system tray then crashes when clicked on.  If I run it from a terminal with: 

 kopete --disable ' "" '

.. it runs as normal.
Comment 9 Roman Jarosz 2008-09-27 22:21:10 UTC
Does anybody here use Kopete/kdelibs from svn trunk?
Comment 10 Oliver Putz 2008-10-27 21:18:40 UTC
For the record: The backtrace and description are similar to the ones in bug #172539. That bug was apparently fixed in KDE-4.1.70. Maybe some of the people that could reproduce this bug can confirm that it is now fixed?
Comment 11 Oliver Putz 2008-10-27 21:21:46 UTC
*** Bug 171682 has been marked as a duplicate of this bug. ***
Comment 12 Matt Rogers 2008-11-18 03:43:00 UTC
Likely fixed with a newer version (something greater than KDE 4.1.70) Please reopen if you can reproduce with a KDE version greater than that.