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 621261 - crash under gdk_draw_pixbuf in aisleriot with Nvidia restricted drivers and 2 displays
crash under gdk_draw_pixbuf in aisleriot with Nvidia restricted drivers and 2...
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Backend: X11
2.18.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-06-10 23:38 UTC by Ben
Modified: 2010-08-11 04:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
stacktrace (6.44 KB, text/plain)
2010-06-10 23:38 UTC, Ben
Details

Description Ben 2010-06-10 23:38:28 UTC
Created attachment 163350 [details]
stacktrace

I have 2 displays one 1280x960 one 1920x1080  with the nvidia restricted drivers. If I try and open aisleriot it flashes up with no cards then closes.
Comment 1 Fabio Durán Verdugo 2010-06-10 23:44:32 UTC
Paste here the stacktrace


(gdb) thread apply all bt

Thread 1 (Thread 0x7ffff7fcc7e0 (LWP 2130))

  • #0 gdk_x_error
    at /build/buildd/gtk+2.0-2.20.1/gdk/x11/gdkmain-x11.c line 438
  • #1 _XError
    at ../../src/XlibInt.c line 3103
  • #2 process_responses
    at ../../src/xcb_io.c line 214
  • #3 _XReply
    at ../../src/xcb_io.c line 464
  • #4 XSync
    at ../../src/Sync.c line 48
  • #5 _XSyncFunction
    at ../../src/Synchro.c line 37
  • #6 gdk_x11_drawable_update_picture_clip
    at /build/buildd/gtk+2.0-2.20.1/gdk/x11/gdkdrawable-x11.c line 405
  • #7 gdk_x11_draw_pixbuf
  • #8 gdk_window_draw_pixbuf
    at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c line 4696
  • #9 aisleriot_board_expose_event
    at board-noclutter.c line 3171
  • #10 _gtk_marshal_BOOLEAN__BOXED
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c line 84
  • #11 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.24.1/gobject/gclosure.c line 767
  • #12 signal_emit_unlocked_R
  • #13 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c line 2991
  • #14 IA__g_signal_emit
    at /build/buildd/glib2.0-2.24.1/gobject/gsignal.c line 3038
  • #15 gtk_widget_event_internal
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c line 4951
  • #16 IA__gtk_main_do_event
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c line 1572
  • #17 _gdk_window_process_updates_recurse
    at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c line 5181
  • #18 _gdk_window_process_updates_recurse
    at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c line 5154
  • #19 gdk_window_process_updates_internal
    at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c line 5340
  • #20 IA__gdk_window_process_all_updates
    at /build/buildd/gtk+2.0-2.20.1/gdk/gdkwindow.c line 5448
  • #21 gtk_container_idle_sizer
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkcontainer.c line 1353
  • #22 gdk_threads_dispatch
    at /build/buildd/gtk+2.0-2.20.1/gdk/gdk.c line 512
  • #23 g_main_dispatch
    at /build/buildd/glib2.0-2.24.1/glib/gmain.c line 1960
  • #24 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.24.1/glib/gmain.c line 2513
  • #25 g_main_context_iterate
    at /build/buildd/glib2.0-2.24.1/glib/gmain.c line 2591
  • #26 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.24.1/glib/gmain.c line 2799
  • #27 IA__gtk_main
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c line 1219
  • #28 main_prog
    at sol.c line 416
  • #29 invoke_main_func
    at init.c line 367
  • #30 c_body
    at continuations.c line 349
  • #31 scm_c_catch
  • #32 scm_i_with_continuation_barrier
    at continuations.c line 325
  • #33 scm_c_with_continuation_barrier
    at continuations.c line 367
  • #34 scm_i_with_guile_and_parent
    at threads.c line 733
  • #35 scm_boot_guile
    at init.c line 350
  • #36 main
    at sol.c line 447

Comment 2 Fabio Durán Verdugo 2010-06-10 23:46:18 UTC
could be related with bug 582064 ?
Comment 3 Ben 2010-06-11 14:24:49 UTC
Also I am forwarding this bug from downstream. https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/420149
Comment 4 Christian Persch 2010-06-11 14:34:20 UTC
Not related to bug 582064, since that one is a aisleriot/clutter bug and here we have aisleriot/noclutter.

@Ben: does the same happen when you run with the non-restricted drivers (nv, or nouveau)?
Comment 5 Ben 2010-06-11 14:43:22 UTC
It works fine with nouveau, also works fine with nvidia restricted if I disable the second screen in nvidia-settings.
Comment 6 Christian Persch 2010-06-11 15:51:39 UTC
The exact X error is BadMatch, btw (from the downstream bug).

The crash is under gdk_draw_pixbuf(). The call gets a GdkWindow and a GdkGC that's created specifically for this window, so that shouldn't be the cause of the problem.

It could be a problem in gdk (like 615853 was -- not a dup though!), or a bug in the nonfree driver (in which case this bug would be NOTGNOME).

I think you're also running an older gtk+ version, so try to upgrade to 2.20.x.

-> gtk+ for consideration
Comment 7 Matthias Clasen 2010-08-11 04:06:37 UTC
gdk_draw_pixbuf is gone in gtk3