Comment 2 for bug 1027011

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

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 _exit
3. (gdb) run --sync --replace
4. Trigger the crash.
5. (gdb) bt
6. Copy the output from gdb and paste it here.