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 546767 - gnome-settings-daemon crashed with signal 5 in gdk_x_error()
gnome-settings-daemon crashed with signal 5 in gdk_x_error()
Status: RESOLVED DUPLICATE of bug 537592
Product: gnome-settings-daemon
Classification: Core
Component: general
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2008-08-07 10:36 UTC by Sebastien Bacher
Modified: 2008-08-08 20:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Sebastien Bacher 2008-08-07 10:36:21 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/254671

"crashed while log in, I'm using the Inverted theme.

gnome-settings-daemon 2.23.5-0ubuntu1

  • #0 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #1 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #2 gdk_x_error
    at /build/buildd/gtk+2.0-2.13.5/gdk/x11/gdkmain-x11.c line 641
  • #3 xkl_process_error
    at xklavier_evt.c line 513
  • #4 _XError
    at ../../src/XlibInt.c line 2912
  • #5 _XReply
    at ../../src/xcb_io.c line 419
  • #6 XGetWindowProperty
    at ../../src/GetProp.c line 64
  • #7 xkl_engine_get_window_title
    at xklavier_util.c line 53
  • #8 xkl_get_debug_window_title
    at xklavier_util.c line 122
  • #9 xkl_engine_process_create_window_evt
    at xklavier_evt.c line 446
  • #10 xkl_engine_filter_events
    at xklavier_evt.c line 52
  • #11 ??
    from /usr/lib/gnome-settings-daemon-2.0/libkeyboard.so
  • #12 gdk_event_translate
    at /build/buildd/gtk+2.0-2.13.5/gdk/x11/gdkevents-x11.c line 349
  • #13 _gdk_events_queue
    at /build/buildd/gtk+2.0-2.13.5/gdk/x11/gdkevents-x11.c line 2299
  • #14 gdk_event_dispatch
    at /build/buildd/gtk+2.0-2.13.5/gdk/x11/gdkevents-x11.c line 2359
  • #15 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #16 ??
    from /usr/lib/libglib-2.0.so.0
  • #17 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #18 IA__gtk_main
    at /build/buildd/gtk+2.0-2.13.5/gtk/gtkmain.c line 1172
  • #19 main

the bug has duplicates using 2.23.6
Comment 1 Sergey V. Udaltsov 2008-08-08 13:46:24 UTC
Some more info would be nice to have. What is the locale? Any specific list of apps which triggers that crash?

In general, how could I reproduce the issue? 
Comment 2 Jens Granseuer 2008-08-08 19:12:10 UTC
Probably same as bug 537592.

*** This bug has been marked as a duplicate of 537592 ***
Comment 3 Sergey V. Udaltsov 2008-08-08 20:44:39 UTC
What I suspect is that there is really some error in the interaction of g-s-d with X - but it uses first handler found (in our case xkl_process_error).

Also, BadMatch is not listed among the errors caused by XGetWindowProperty. That is a bit strange. Did you try to run with --sync option?