Comment 3 for bug 541431

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

thanks for the report, could you please break at gdk_x_error instead? you need to do the following:

(gdb) break gdk_x_error
(gdb) run --sync
(reproduce the crash)
(gdb) thread apply all bt full

then please attach the output you're getting to the report, thanks.