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 632218 - BadMatch when starting gnome-shell (gdk_window_x11_set_background)
BadMatch when starting gnome-shell (gdk_window_x11_set_background)
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
unspecified
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-15 14:28 UTC by Vincent Untz
Modified: 2010-10-15 15:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2010-10-15 14:28:17 UTC
I get this when I try to start gnome-shell 2.91.0, with gtk+ 2.91.0:

(gdb) bt
  • #0 g_logv
    from /lib/libglib-2.0.so.0
  • #1 g_log
    from /lib/libglib-2.0.so.0
  • #2 _gdk_x11_display_error_event
    at gdkdisplay-x11.c line 2752
  • #3 gdk_x_error
    at gdkmain-x11.c line 379
  • #4 _XError
    at XlibInt.c line 1573
  • #5 handle_error
    at xcb_io.c line 166
  • #6 handle_response
    at xcb_io.c line 266
  • #7 _XReply
    at xcb_io.c line 555
  • #8 XSync
    at Sync.c line 44
  • #9 _XSyncFunction
    at Synchro.c line 35
  • #10 XSetWindowBackgroundPixmap
    at PmapBgnd.c line 45
  • #11 gdk_window_x11_set_background
    at gdkwindow-x11.c line 2677
  • #12 gdk_window_ensure_native
    at gdkwindow.c line 1831
  • #13 gdk_x11_drawable_get_xid
    at gdkdrawable-x11.c line 157
  • #14 _gtk_socket_windowing_realize_window
    at gtksocket-x11.c line 71
  • #15 gtk_socket_realize
    at gtksocket.c line 398
  • #16 ??
    from /usr/lib/mutter/plugins/libgnome-shell.so
  • #17 g_cclosure_marshal_VOID__VOID
    from /lib/libgobject-2.0.so.0
  • #18 ??
    from /lib/libgobject-2.0.so.0
  • #19 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #20 ??
    from /lib/libgobject-2.0.so.0
  • #21 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #22 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #23 gtk_widget_realize
    at gtkwidget.c line 3921
  • #24 gtk_socket_add_id
    at gtksocket.c line 316
  • #25 ??
    from /usr/lib/mutter/plugins/libgnome-shell.so
  • #26 gdk_event_apply_filters
    at gdkeventsource.c line 71
  • #27 gdk_event_source_translate_event
    at gdkeventsource.c line 168
  • #28 _gdk_events_queue
    at gdkeventsource.c line 275
  • #29 gdk_display_get_event
    at gdkdisplay.c line 382
  • #30 gdk_event_source_dispatch
    at gdkeventsource.c line 297
  • #31 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #32 ??
    from /lib/libglib-2.0.so.0
  • #33 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #34 main

Comment 1 Vincent Untz 2010-10-15 15:09:56 UTC
Benjamin found the fix.