Comment 1 for bug 520186

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

Thanks for the report, could you run f-spot in gdb as:

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

then attach that resulting backtrace to the report, thanks.