https://bugzilla.xfce.org/show_bug.cgi?id=14640

--- Comment #22 from alexxcons <[email protected]> ---
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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to