Comment 21 for bug 1019337

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

Please provide stack traces of all crashes so we can tell if it's the same or a different bug. I am aware of several DIFFERENT crashes in gtk-window-decorator that will give: BadWindow (invalid Window parameter)
  (Details: serial 7855 error_code 3 request_code 20 minor_code 0)

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, or a new bug.