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

--- Comment #4 from Andre Miranda <[email protected]> ---
(In reply to Paul from comment #3)
> How can I get a full backtrace?

Basically just run "gdb thunar", but it's not very helpful because thunar from
Arch repository doesn't contain debug symbols. You can help us a lot more if
you are able to build thunar and get the backtrace from it, the steps are:

git clone git://git.xfce.org/xfce/thunar
cd thunar
./autogen.sh --prefix=/usr --enable-debug=yes
make
pkill -i thunar
gdb thunar/.libs/thunar

gdb will start, then press 'r' and 'enter'
thunar will start, when it crashes, press 'bt' and 'enter'
this will generate the full backtrace that you can copy and attach to this bug.

-- 
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