Bug 126271 - Panel crashes when removing a systray icon
Summary: Panel crashes when removing a systray icon
Status: RESOLVED DUPLICATE of bug 87613
Alias: None
Product: kicker
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Aaron J. Seigo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 08:05 UTC by Mrugesh Karnik
Modified: 2006-05-26 08:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mrugesh Karnik 2006-04-26 08:05:27 UTC
Version:           3.5.2 (using KDE 3.5.2, Gentoo)
Compiler:          gcc version 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0, pie-8.7.9)
OS:                Linux (x86_64) release 2.6.15-gentoo-r7

Kicker crashes when some random icon is removed from the systray. It seems to happen after closing the apps that have systray icons 4-5 times.. (I haven't measured the exact frequency, but it tends to happen after 4-5 icon removals from the systray: could be one icon over and over again), like when closing kopete, konversaion, kaffeine, kmail or kgpg.

There are other icons in the systray, like skim, kwallet, rppppoek, kmix, knemo and sometimes Azureus. Exiting Azureus has never crashed kicker yet and I haven't had to quit any of the other apps mentioned here, apart from knemo, the icon of which disappears when I disconnect ppp0. But, this hasn't crashed kicker yet either.

On a sidenote, I'm using XGL and compiz. Kicker used to crash even before I started using XGL. But back then, the icons would show up again when kicker restarted. Now I have to quit and launch kopete for the icons to show up in systray again. Maybe this is related to compiz, but I'm posting it anyway.

Here's the backtrace:

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 46912569645536 (LWP 2164)]
[KCrash handler]
#5  0x00002aaaab434f7f in QXEmbed::x11Event (this=0xa46cc0, e=0x7fffff99fe60)
    at qxembed.cpp:1060
#6  0x00002aaaac6ed933 in QApplication::x11ProcessEvent ()
   from /usr/qt/3/lib64/libqt-mt.so.3
#7  0x00002aaaac6ff09b in QEventLoop::processEvents ()
   from /usr/qt/3/lib64/libqt-mt.so.3
#8  0x00002aaaac75cde5 in QEventLoop::enterLoop ()
   from /usr/qt/3/lib64/libqt-mt.so.3
#9  0x00002aaaac75cd42 in QEventLoop::exec ()
   from /usr/qt/3/lib64/libqt-mt.so.3
#10 0x00002aaaaf54808d in kdemain (argc=1, argv=0x76f5c0) at main.cpp:146
#11 0x0000000000408677 in launch (argc=1, _name=0x76e9a8 "kicker",
    args=0x76e9af "", cwd=0x0, envc=0, envs=0x76e9b7 "", reset_env=false,
    tty=0x0, avoid_loops=224, startup_id_str=0x40b397 "0") at kinit.cpp:639
#12 0x0000000000408dae in handle_launcher_request (sock=8) at kinit.cpp:1203
#13 0x00000000004093a9 in handle_requests (waitForPid=0) at kinit.cpp:1406
#14 0x000000000040995b in main (argc=2, argv=0x85e, envp=0x7fffff9a0840)
    at kinit.cpp:1850
Comment 1 Mrugesh Karnik 2006-05-26 07:44:25 UTC
Ummmm, this is getting quite annoying. It keeps happening when Kopete, Konversation icons are removed.. Here's another backtrace, this time it crashed when I quit Kopete:

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 47760062040544 (LWP 32158)]
[KCrash handler]
#5  0x00002b6ffdc1af6f in QXEmbed::x11Event (this=0x879610, e=0x7fffffaab960)
    at qxembed.cpp:1060
#6  0x00002b6ffeed2933 in QApplication::x11ProcessEvent ()
   from /usr/qt/3/lib64/libqt-mt.so.3
#7  0x00002b6ffeee409b in QEventLoop::processEvents ()
   from /usr/qt/3/lib64/libqt-mt.so.3
#8  0x00002b6ffef41de5 in QEventLoop::enterLoop ()
   from /usr/qt/3/lib64/libqt-mt.so.3
#9  0x00002b6ffef41d42 in QEventLoop::exec ()
   from /usr/qt/3/lib64/libqt-mt.so.3
#10 0x00002b7001d0308d in kdemain (argc=1, argv=0x76fdd0) at main.cpp:146
#11 0x0000000000408677 in launch (argc=1, _name=0x76ffc8 "kicker", 
    args=0x76ffcf "", cwd=0x0, envc=0, envs=0x76ffd7 "", reset_env=false, 
    tty=0x0, avoid_loops=224, startup_id_str=0x40b397 "0") at kinit.cpp:639
#12 0x0000000000408dae in handle_launcher_request (sock=8) at kinit.cpp:1203
#13 0x00000000004093a9 in handle_requests (waitForPid=0) at kinit.cpp:1406
#14 0x000000000040995b in main (argc=2, argv=0x7d7d, envp=0x7fffffaac340)
    at kinit.cpp:1850
Comment 2 Aaron J. Seigo 2006-05-26 08:33:43 UTC

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