Comment 6 for bug 510369

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

Thanks for the report, could you run it under gdb with the following instructions? :

gdb evince
(gdb) set logging on evince-crash.txt
(gdb) break gdk_x_error
(gdb) run --sync
 (reproduce the crash)
(gdb) thread apply all bt

and then attach that evince-crash.txt file to the report? thanks in advance.