Der Backtrace ist nutzlos wie es schon in einem Topic im Englischen beschrieben wurde.
Nicht so:
OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--
[...]
Sondern so (verkürzt):
[code:1]Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 30619)]
0x080ec7a1 in CEMSocket::DisableDownloadLimit() (this=0x0) at EMSocket.cpp:228
228 limitenabled = false;
(gdb) bt
#0 0x080ec7a1 in CEMSocket::DisableDownloadLimit() (this=0x0) at EMSocket.cpp:228
#1 0x0816fb73 in CPartFile::Process(unsigned) (this=0x8a73a58, reducedownload=131) at PartFile.cpp:1111
[...]
#18 0x406054c2 in __libc_start_main () from /lib/i686/libc.so.6
(gdb) bt full
#0 0x080ec7a1 in CEMSocket::DisableDownloadLimit() (this=0x0) at EMSocket.cpp:228
No locals.
#1 0x0816fb73 in CPartFile::Process(unsigned) (this=0x8a73a58, reducedownload=131) at PartFile.cpp:1111
cur_datarate = 0
cur_src = (CUpDownClient *) 0x9e09668
sl = 0
old_trans = 1
dwCurTick = 565584034
pos1 = (_POSITION *) 0x9f05498
pos2 = (_POSITION *) 0x9cfc000
[...]
#18 0x406054c2 in __libc_start_main () from /lib/i686/libc.so.6
No symbol table info available.
Leider können die Programmierer mit deinem Backtrace nichts anfangen >_< . Da musste amule mit debug Funktion kompilieren.
Informationen dazu falls du das versuchen willst gibt es
hier, des englischen Posts dem ich die Informationen entnommen habe.