[Xfce-bugs] [Bug 14640] thunar crashes abruptly
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue Sep 18 22:21:08 CEST 2018
https://bugzilla.xfce.org/show_bug.cgi?id=14640
--- Comment #22 from alexxcons <alexxcons at xfce.org> ---
If thunar crashes while you run it through gdb, you can type "bt" or
"backtrace" into the gdb prompt to get the backtrace.
Or, the other route:
In order to get your core dumped, you will need to enable coredumps:
https://stackoverflow.com/a/2919398/1599887
E.g. you can put "ulimit -c unlimited" into your ~/.profile.
That should enable coredumps automatically for all applications
You as well can execute it in the terminal, and than (re)start thunar from the
same terminal:
ulimit -c unlimited
thunar -q;thunar
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list