Romain Baugue

Results 19 comments of Romain Baugue

For debug symbols: https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html

GDB command to run (example): `gdb ./run/store/executables/6cee5fd5cb624fd66a115f8ed58cff6ef4a70da0 -ex "set sysroot /no/such/file" -ex "set solib-search-path ./run/store/links/6cee5fd5cb624fd66a115f8ed58cff6ef4a70da0:/lib:/usr/lib" -ex "core ./run/store/cores/bt5ndcil19le1bns8t00"`

The build id can be found in the `.note.gnu.build-id` section of an ELF file `objdump -j .note.gnu.build-id -s /usr/bin/ls`

To load debug files in GDB `set debug-file-directory `

TODO: change the copy & debug script for a script that download the full package of related files, ungzip it then run the debugger.

I've tested this with version `6.3-0.1` and `6.6-0.1`.

Hi. Sorry for not reacting faster. I'll check if we can upgrade to 7.3, but our ES clusters are still in 5.6 (upgrade is planned but not done yet).

it's a huge pile of code I inherited from i-dont-know-where from someone else (I suppose it was copy-pasted then changed from another plugin), but here is the method where it...

I'll have a try once I've extinguished the most recent prioritized fire, probably this week. Thanks for your help.