Comment 2 for bug 93663

Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks for your bug report. Can you get a backtrace by running these commands?

$ gdb totem
...
(gdb) break gdk_x_error
(gdb) run --sync
...
(gdb) set logging on
(gdb) thread apply all bt full

and attach the resulting gdb.txt file here?