After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 633847 - Random crash caused by Status icon plugin
Random crash caused by Status icon plugin
Status: RESOLVED DUPLICATE of bug 607654
Product: rhythmbox
Classification: Other
Component: Plugins (other)
0.12.x
Other Linux
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-02 19:34 UTC by Eduardo Bustamante
Modified: 2010-12-25 00:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Logs: output, error, strace. Versions: rhythmbox, uname. (1.25 KB, application/x-gzip)
2010-11-02 19:34 UTC, Eduardo Bustamante
Details
Logs: output, error. Stack trace: gdb. (8.09 KB, application/x-gzip)
2010-11-03 01:16 UTC, Eduardo Bustamante
Details
Logs: output, error. Stack trace: gdb. (12.26 KB, application/x-gzip)
2010-11-03 04:51 UTC, Eduardo Bustamante
Details

Description Eduardo Bustamante 2010-11-02 19:34:01 UTC
Created attachment 173709 [details]
Logs: output, error, strace. Versions: rhythmbox, uname.

I haven't been able to reproduce this bug consistently, but sometimes the status icon disappears from the Notification area. This usually doesn't have critical consequences (the only problem is that the icon disappears), but when I was stracing it, it crashed rhythmbox. I append all the relevant logs, trimmed to 100 lines, they should give enough information (output, error, strace, uname, version). I haven't been able to reproduce it with debugging enabled.

The error seems to be this:

Gdk-CRITICAL **: gdk_draw_pixbuf: assertion `gc == NULL || GDK_IS_GC (gc)' failed
Comment 1 Jonathan Matthew 2010-11-02 20:49:46 UTC
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Eduardo Bustamante 2010-11-03 01:16:19 UTC
Created attachment 173739 [details]
Logs: output, error. Stack trace: gdb.

Includes the output (rhythmbox-out.log) and error log (rhythmbox-err.log). It also includes the stack trace, which is gdb.txt.
Comment 3 Jonathan Matthew 2010-11-03 01:29:02 UTC
Your stack trace doesn't show anything crashing.  I suspect it's just a SIGPIPE.  You should either just continue, or tell gdb not to stop the process when that signal is received, with 'handle SIGPIPE nostop'.
Comment 4 Eduardo Bustamante 2010-11-03 04:51:09 UTC
Created attachment 173748 [details]
Logs: output, error. Stack trace: gdb.
Comment 5 Eduardo Bustamante 2010-11-03 04:54:18 UTC
Maybe the word crash shouln't be in the subject line, because it only happened once. The real problem is the icon disappearing with the "Gdk-CRITICAL **: gdk_draw_pixbuf: assertion `gc == NULL || GDK_IS_GC (gc)'
failed" error. My mistake.
Comment 6 Jonathan Matthew 2010-11-03 05:11:46 UTC
OK.  In that case, it would help if you could provide a stack trace corresponding to when that message is printed.  To do this, run rhythmbox under gdb specifying '-D tray' as the arguments for rhythmbox ('run -D tray'), wait until it that message is printed and generate a stack trace.

Please paste your stack trace into the comment field directly rather than attaching it as a compressed tar file.
Comment 7 Fabio Durán Verdugo 2010-12-25 00:37:02 UTC
paste here the attach backtrace



Program received signal SIGINT, Interrupt.
0x000000343d6d7df3 in __poll (fds=<value optimized out>, 
    nfds=<value optimized out>, timeout=<value optimized out>)
    at ../sysdeps/unix/sysv/linux/poll.c:87
87	  int result = INLINE_SYSCALL (poll, 3, CHECK_N (fds, nfds), nfds, timeout);
Missing separate debuginfos, use: debuginfo-install libXtst-1.0.99.2-3.fc12.x86_64 libXv-1.0.5-1.fc13.x86_64 libasyncns-0.8-1.fc13.x86_64 libsndfile-1.0.20-5.fc13.x86_64 tcp_wrappers-libs-7.6-59.fc13.x86_64
Already logging to gdb.txt.


	Inferior 1 [process 3510] will be killed.
Comment 8 Fabio Durán Verdugo 2010-12-25 00:38:10 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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