Summary: | KDE4 crashes Gnome Music Player Client | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Avuton Olrich <avuton> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Avuton Olrich
2007-12-17 04:51:00 UTC
Sorry, the last bt was mangled due to taking it from another bug tracker. Here's a fresh one, since this reproduces every time. #0 IA__g_logv (log_domain=0x2af26c692d74 "Gdk", log_level=<value optimized out>, format=0x2af26c6af8c1 "%s", args1=0x7fff3fe1d3a0) at gmessages.c:502 #1 0x00002af2705db568 in IA__g_log (log_domain=0x2af270baf980 "", log_level=0, format=0xa00400 "\020\004") at gmessages.c:517 #2 0x00002af26c67e73d in gdk_x_error (display=<value optimized out>, error=0x7fff3fe1d510) at gdkmain-x11.c:641 #3 0x00002af26eba0900 in _XError (dpy=0x691a00, rep=0x9f5470) at XlibInt.c:2905 #4 0x00002af26eba7393 in process_responses (dpy=0x691a00, wait_for_first_event=0, current_error=0x7fff3fe1d658, current_request=8292) at xcb_io.c:138 #5 0x00002af26eba76de in _XReply (dpy=0x691a00, rep=0x7fff3fe1d6a0, extra=0, discard=1) at xcb_io.c:368 #6 0x00002af26eb9cab6 in XSync (dpy=0x691a00, discard=0) at Sync.c:48 #7 0x00002af26c1c2650 in IA__gtk_menu_shell_activate_item ( menu_shell=0x838120, menu_item=0x7eb030, force_deactivate=<value optimized out>) at gtkmenushell.c:1142 #8 0x00002af26c1c42ad in gtk_menu_shell_button_release (widget=0x838120, event=0x9a4200) at gtkmenushell.c:669 #9 0x00002af26c1b4e40 in _gtk_marshal_BOOLEAN__BOXED (closure=0x793230, return_value=0x7fff3fe1d950, n_param_values=<value optimized out>, param_values=0x7fff3fe1da60, invocation_hint=<value optimized out>, marshal_data=0x2af26c1bae38) at gtkmarshalers.c:84 #10 0x00002af26f93c889 in IA__g_closure_invoke (closure=0x793230, return_value=0x7fff3fe1d950, n_param_values=2, param_values=0x7fff3fe1da60, invocation_hint=0x7fff3fe1d910) at gclosure.c:490 #11 0x00002af26f94c0bd in signal_emit_unlocked_R (node=0x7932a0, detail=0, instance=0x838120, emission_return=0x7fff3fe1dc80, instance_and_params=0x7fff3fe1da60) at gsignal.c:2478 #12 0x00002af26f94cd3f in IA__g_signal_emit_valist (instance=0x838120, signal_id=<value optimized out>, detail=0, var_args=0x7fff3fe1dce0) at gsignal.c:2209 #13 0x00002af26f94d14d in IA__g_signal_emit (instance=0x2af270baf980, signal_id=0, detail=10486784) at gsignal.c:2243 #14 0x00002af26c2bf45c in gtk_widget_event_internal (widget=0x838120, event=0x9a4200) at gtkwidget.c:4675 #15 0x00002af26c1ae8d5 in IA__gtk_propagate_event (widget=0x838120, event=0x9a4200) at gtkmain.c:2319 #16 0x00002af26c1af72b in IA__gtk_main_do_event (event=0x9a4200) at gtkmain.c:1539 #17 0x00002af26c675a01 in gdk_event_dispatch (source=<value optimized out>, callback=<value optimized out>, user_data=<value optimized out>) at gdkevents-x11.c:2351 #18 0x00002af2705d38af in IA__g_main_context_dispatch (context=0x6ae6a0) at gmain.c:2061 #19 0x00002af2705d67a7 in g_main_context_iterate (context=0x6ae6a0, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2694 #20 0x00002af2705d6afc in IA__g_main_loop_run (loop=0x90edd0) at gmain.c:2898 #21 0x00002af26c1afb18 in IA__gtk_main () at gtkmain.c:1146 #22 0x000000000041b554 in main (argc=1, argv=0x7fff3fe1e198) at main.c:694 Is it that application with a system tray icon? Yes, but this application has support to disable the tray icon at configure time, and after doing it, the crash still occurs. OK, the system tray was exactly what was causing this. --disable-trayicon was nonfunctional in gmpc for the revision I tried. Is this related to a known bug? This bug still persists into KDE 4.0.0 (at least r757275). |