Le 30/11/2016 à 16:48, Jean-Marc Lasgouttes a écrit :
a useless backtrace
If you have the symbols at hand, then you can get them by hand. For instance if you have compiled in debug mode, then you can run gdb as you do usually, only after the fact, and get the symbols with "info symbols 0x12345". Traces sent by users could become much more useful if we kept the symbols from the releases (e.g. compile with symbols and then distribute stripped binaries). I wonder if somebody else knows simpler ways to exploit the traces.