Comment 11 for bug 446395

Revision history for this message
Sebastien Bacher (seb128) wrote :

to get a stacktrace you need to:

- install libgtk2.0-0-dbg
- run gdb gnome-screensaver with no one running before
(gdb) break gdk_x_error
(gdb) run --sync
get the crash
(gdb) bt full