[Xfce-bugs] [Bug 14476] Segmentation fault running Thunar as root with pkexec

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Jun 30 14:57:14 CEST 2018


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

--- Comment #4 from Andre Miranda <andreldm at xfce.org> ---
(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.


More information about the Xfce-bugs mailing list