https://bugzilla.xfce.org/show_bug.cgi?id=14640
--- Comment #12 from alexxcons <[email protected]> --- 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
