https://bugzilla.xfce.org/show_bug.cgi?id=14384
--- Comment #5 from alexxcons <[email protected]> --- Thanks! Nothing suspicious :( "open folder as root" and "open file as root" probably are user custom actions, should have no impact I think. Ok, not that easy to use this .crash file. According to https://stackoverflow.com/questions/22418508/how-can-i-read-a-crash-file-on-ubuntu-12-04 I need to call "apport-unpack" to get the core-dump out of it. However it looks like that's not available for my distro (debian) On top, this answer claims that the coredump is not inside the .crash file, but somewhere else https://serverfault.com/a/873673 ( however IMO the size of 2.6 MB pretty much could be a zipped coredump ) If you are willing to further check for the cause, possibly you could take a try to debug it yourself: 1) Somehow get the coredump out of that .crash file E.g. apport-unpack _usr_bin_thunar.1000.crash 2) Use gdb on it: gdb <program> <core> E.g. gdb /path/to/thunar/thunar/.libs/thunar _usr_bin_thunar.1000.core Than you should be able to call "backtrace full" -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
