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 642843 - Small left-over from dfe6ba932ca798c53121f90b7d696b5d2231a179
Small left-over from dfe6ba932ca798c53121f90b7d696b5d2231a179
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-02-21 00:51 UTC by Marc-Andre Lureau
Modified: 2011-02-21 01:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Small left-over from dfe6ba932ca798c53121f90b7d696b5d2231a179 (830 bytes, patch)
2011-02-21 00:51 UTC, Marc-Andre Lureau
none Details | Review

Description Marc-Andre Lureau 2011-02-21 00:51:31 UTC
Created attachment 181430 [details] [review]
Small left-over from dfe6ba932ca798c53121f90b7d696b5d2231a179

-  if (gdk_display_is_closed (display->closed))
+  if (gdk_display_is_closed (display))
Comment 1 Marc-Andre Lureau 2011-02-21 00:53:27 UTC
I also have a backtrace from spice-gtk, if necessary:

Gdk-CRITICAL **: gdk_display_is_closed: assertion `GDK_IS_DISPLAY (display)' failed
aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff2a5d831 in g_logv (log_domain=0x7ffff616d441 "Gdk", log_level=G_LOG_LEVEL_CRITICAL, 
    format=0x7ffff2ae34f8 "%s: assertion `%s' failed", args1=0x7fffffffcb08) at gmessages.c:553
553			G_BREAKPOINT ();
(gdb) bt
  • #0 g_logv
    at gmessages.c line 553
  • #1 g_log
    at gmessages.c line 577
  • #2 g_return_if_fail_warning
  • #3 gdk_display_is_closed
    at gdkdisplay.c line 287
  • #4 gdk_cursor_new_from_pixmap
    at gdkcursor-x11.c line 697
  • #5 _gdk_x11_display_get_cursor_for_pixbuf
    at gdkcursor-x11.c line 790
  • #6 gdk_cursor_new_from_pixbuf
    at gdkcursor.c line 355
  • #7 cursor_set
    at spice-widget.c line 1333

Comment 2 Matthias Clasen 2011-02-21 01:13:00 UTC
Thanks, committed