sebastian guttenberg wrote:
Sorry, I think I do not yet use gdb properly. In particular, I do not
know how to save the backtrace in a file. At least I could display it,
but it showed mostly (no debugging symbols found). So I did not copy all
of it. Only the end, shortly before the crash. Tell me, if you need more
information:
...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1225435440 (LWP 3711)]
0x099b9ee5 in ?? ()
(gdb)
Type 'bt' here and enter to produce a backtrace:
(gdb) bt
If there's nothing listed it means that you did not compile with debug info.
Abdel.