[Xfce-bugs] [Bug 14640] thunar crashes abruptly

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Sep 1 00:08:14 CEST 2018


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

--- Comment #12 from alexxcons <alexxcons at xfce.org> ---
As well no luck, sorry.

What I tried: 
1. Strip of debug symbols from my own thunar binary: 
objcopy --only-keep-debug thunar thunar.sym
2. Run gdb with the coredump and your binary
gdb thunar coredump
3. Check the hex address to which the symbols need to get attached (.text
section)
readelf -WS thunar
4. Load the debug symbols in gdb
add-symbol-file thunar.sym 0x020010
5. print the backtrace

My quess would be that debug symbols only fit to the original binary from which
they got stripped .. same architecture, same build flags, etc.

Looks like you need to try a different approach .. how about this PKGBUILD
provided by Andre Miranda ?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list