Comment 26 for bug 991552

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

BigglesPiP, could you please try getting a stack trace so we can know the offending region of code?

To get a stack trace...

1. env DISPLAY=:0 gdb /usr/bin/gtk-window-decorator
2. (gdb) break _XError
3. (gdb) run --sync --replace
4. Trigger the crash.
5. (gdb) bt
6. Copy the output from gdb and paste it here.