Control: tag -1 unreproducible moreinfo On sam., 2015-04-11 at 17:43 +1000, kittyofthebox wrote: > Thunar randomly crashes on Debian Testing the only errors I have to go > off are: > > ..xseesion-errors: > (Thunar:13978): GLib-CRITICAL **: g_sequence_get: assertion '!is_end > (iter)' failed > > journal: > Thunar[13978]: segfault at 48 ip 00007f33b0dcc030 sp 00007ffce92f1b18 > error 4 in thunar[7f33b0 > > Any advice would be appreciated.
Hi, unfortunately there's not much we can do with so little information. We especially need to know what you're usually doing when it crashes. What you can also do is to get a backtrace for thunar. Install debugging symbols for all relevant packages (thunar, libxfce*, libgtk, libglib…), then attach to the Thunar process: gdb -p <pidof thunar> set logging on thunar.log run Then just work as usual. At crash time, get a backtrace (bt full), then quit gdb and send the thunar.log file to this bug. Regards, -- Yves-Alexis
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

