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 660346 - apps crashing in gdk_x11_atom_to_xatom_for_display when using broadway backend
apps crashing in gdk_x11_atom_to_xatom_for_display when using broadway backend
Status: RESOLVED NOTGNOME
Product: gtk+
Classification: Platform
Component: Backend: X11
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-09-28 09:42 UTC by Ionut Biru
Modified: 2011-12-30 06:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ionut Biru 2011-09-28 09:42:40 UTC
gtk+ 3.2.0

Crash log

0xb7a64c8b in gdk_x11_atom_to_xatom_for_display (display=0x80d4850, atom=0x669) at gdkproperty-x11.c:242
242	      g_return_val_if_fail (ATOM_TO_INDEX (atom) < virtual_atom_array->len, None);
(gdb) bt full
  • #0 gdk_x11_atom_to_xatom_for_display
    at gdkproperty-x11.c line 242
  • #1 gdk_x11_get_xatom_by_name_for_display
    at gdkproperty-x11.c line 470
  • #2 window_is_xembed
    at canberra-gtk-module.c line 371
  • #3 dispatch_sound_event
    at canberra-gtk-module.c line 454
  • #4 dispatch_queue
    at canberra-gtk-module.c line 815
  • #5 idle_cb
    at canberra-gtk-module.c line 823
  • #6 gdk_threads_dispatch
    at gdk.c line 754
  • #7 g_idle_dispatch
    at gmain.c line 4801
  • #8 g_main_dispatch
    at gmain.c line 2441
  • #9 g_main_context_dispatch
    at gmain.c line 3011
  • #10 g_main_context_iterate
    at gmain.c line 3089
  • #11 g_main_loop_run
    at gmain.c line 3297
  • #12 gtk_main
    at gtkmain.c line 1362
  • #13 main
    at gcalctool.c line 341

Comment 1 Christian Persch 2011-09-28 10:40:09 UTC
Bug in libcanberra's gtk module, not gtk.