Comment 2 for bug 623058

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thanks for the report, please run gnome-terminal with gdb as:

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

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