Comment 5 for bug 633303

Revision history for this message
Pedro Villavicencio (pedro) wrote : Re: gnome-terminal crashed with signal 5 in _XError()

Thanks for the report, could you try to get a backtrace? please do the following in gdb:

gdb gnome-terminal
(gdb) break gdk_x_error
(gdb) run --sync
reproduce the crash and:
(gdb) thread apply all bt

Then please attach that resulting output to the report, thanks in advance.