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 629550 - crash in cogl when changing desktop background
crash in cogl when changing desktop background
Status: RESOLVED NOTGNOME
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-09-13 18:09 UTC by Dan Winship
Modified: 2010-12-15 09:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2010-09-13 18:09:26 UTC
it crashes if you change the desktop background (or some other things? I actually hit when changing the font dpi; not sure what the exact chain of events was from there that led to it reloading the desktop image)


Program received signal SIGABRT, Aborted.
0x008de416 in __kernel_vsyscall ()
(gdb) where
  • #0 __kernel_vsyscall
  • #1 raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #2 abort
    at abort.c line 92
  • #3 meta_bug
  • #4 x_error_handler
    at core/errors.c line 211
  • #5 _XError
    at XlibInt.c line 3103
  • #6 process_responses
    at xcb_io.c line 214
  • #7 _XReply
    at xcb_io.c line 464
  • #8 XSync
    at Sync.c line 48
  • #9 _XSyncFunction
    at Synchro.c line 37
  • #10 DestroyDrawable
    at glx_pbuffer.c line 456
  • #11 _cogl_texture_pixmap_x11_free_glx_pixmap
    at ./winsys/cogl-texture-pixmap-x11.c line 896
  • #12 _cogl_texture_pixmap_x11_free
    at ./winsys/cogl-texture-pixmap-x11.c line 1363
  • #13 cogl_object_unref
    at ./cogl-object.c line 96
  • #14 cogl_handle_unref
    at ./cogl-object.c line 103
  • #15 _cogl_material_set_layer_texture
    at ./cogl-material.c line 2034
  • #16 cogl_material_set_layer
    at ./cogl-material.c line 2106
  • #17 clutter_x11_texture_pixmap_set_pixmap
    at ./clutter-x11-texture-pixmap.c line 804
  • #18 update_root_window_pixmap
    at shell-global.c line 1132
  • #19 root_window_filter
    at shell-global.c line 1148
  • #20 gdk_event_apply_filters
    at gdkeventsource.c line 71
  • #21 gdk_event_source_translate_event
    at gdkeventsource.c line 168
  • #22 _gdk_events_queue
    at gdkeventsource.c line 275
  • #23 gdk_display_get_event
    at gdkdisplay.c line 376
  • #24 gdk_event_source_dispatch
    at gdkeventsource.c line 297
  • #25 g_main_dispatch
    at gmain.c line 2149
  • #26 g_main_context_dispatch
    at gmain.c line 2702
  • #27 g_main_context_iterate
    at gmain.c line 2780
  • #28 g_main_loop_run
    at gmain.c line 2988
  • #29 main
    at core/main.c line 725

Comment 1 Milan Bouchet-Valat 2010-09-18 20:23:52 UTC
I'm getting the same crash when I switch GTK+ themes, disregarding the themes I use (moving from Clearlooks to Clearlooks-Classic is enough). Changing icons or window border themes is OK.
Comment 2 Owen Taylor 2010-09-18 22:19:44 UTC
Explanation and discussion is on: http://bugzilla.clutter-project.org/show_bug.cgi?id=2324
Comment 3 Dan Winship 2010-12-15 09:55:03 UTC
the clutter bug was fixed