Comment 11 for bug 1227747

Revision history for this message
Sebastien Bacher (seb128) wrote : Re: [xrandr]: gnome-settings-daemon crashed with signal 5 in _XReply()

Could somebody get a debug backtrace for the issue?

$ export GDK_SYNCHRONIZE=1
$ gdb gnome-settings-daemon
(gdb) b gdk_x_error
(gdb) command
> bt
> c
> end
(gdb) r --replace

(that should print the bt for you when it stops)