aMule starts fine and runs a while, and then exits. Running within gdb provides no usefull information:
(gdb) bt
Cannot fetch general-purpose registers for thread 1085871232: generic error
(gdb) bt full
Cannot fetch general-purpose registers for thread 1085871232: generic error
however it left a core file, so I ran gdb amule core and I get:
Program terminated with signal 5, Trace/breakpoint trap.
warning: current_sos: Can't read pathname for load map: Input/output error
[lots of libraries being read]
#0 0x400309d1 in __nptl_create_event () from /lib/tls/libpthread.so.0
(gdb) bt
#0 0x400309d1 in __nptl_create_event () from /lib/tls/libpthread.so.0
#1 0x40031960 in __nptl_deallocate_tsd () from /lib/tls/libpthread.so.0
Previous frame inner to this frame (corrupt stack?)
(gdb) bt full
#0 0x400309d1 in __nptl_create_event () from /lib/tls/libpthread.so.0
No symbol table info available.
#1 0x40031960 in __nptl_deallocate_tsd () from /lib/tls/libpthread.so.0
No symbol table info available.
I hope this helps.
Michelle
