aMule Forum

English => Backtraces => Topic started by: spiorf on August 30, 2005, 12:38:35 AM

Title: 20050828 crash on exit
Post by: spiorf on August 30, 2005, 12:38:35 AM
Code: [Select]
Shutting down aMule...
aMule dialog destroyed
Now, exiting main app...
aMule shutdown: Terminating core.
Saving PartFile 2 of 2*** glibc detected *** corrupted double-linked list: 0x0e1 de088 ***

Program received signal SIGABRT, Aborted.
[Switching to Thread -1210598944 (LWP 3353)]
0x410429e7 in raise () from /lib/tls/libc.so.6
(gdb) bt
#0  0x410429e7 in raise () from /lib/tls/libc.so.6
#1  0x4104431b in abort () from /lib/tls/libc.so.6
#2  0x41079365 in __fsetlocking () from /lib/tls/libc.so.6
#3  0x4107f57c in malloc_usable_size () from /lib/tls/libc.so.6
#4  0x4107f997 in malloc_usable_size () from /lib/tls/libc.so.6
#5  0x4107fea2 in free () from /lib/tls/libc.so.6
#6  0xb7f11d01 in operator delete () from /usr/lib/libstdc++.so.6
#7  0xb7f11d5c in operator delete[] () from /usr/lib/libstdc++.so.6
#8  0x081ce780 in CPartFile::FlushBuffer (this=0x9e4ae28, bForceICH=false,
    bNoAICH=false) at PartFile.cpp:3158
#9  0x081d0e39 in ~CPartFile (this=0x9e4ae28) at PartFile.cpp:296
#10 0x080e35ec in ~CDownloadQueue (this=0x9843e88) at DownloadQueue.cpp:101
#11 0x0807a6cc in CamuleApp::OnExit (this=0x866d3f8) at amule.cpp:321
#12 0x43b59166 in wxEntry () from /usr/local/lib/libwx_base-2.6.so.0
#13 0x0807e0ac in main (argc=1, argv=0xe1fe158) at amule-gui.cpp:149
(gdb) bt full
#0  0x410429e7 in raise () from /lib/tls/libc.so.6
No symbol table info available.
#1  0x4104431b in abort () from /lib/tls/libc.so.6
No symbol table info available.
#2  0x41079365 in __fsetlocking () from /lib/tls/libc.so.6
No symbol table info available.
#3  0x4107f57c in malloc_usable_size () from /lib/tls/libc.so.6
No symbol table info available.
#4  0x4107f997 in malloc_usable_size () from /lib/tls/libc.so.6
No symbol table info available.
#5  0x4107fea2 in free () from /lib/tls/libc.so.6
No symbol table info available.
#6  0xb7f11d01 in operator delete () from /usr/lib/libstdc++.so.6
No symbol table info available.
#7  0xb7f11d5c in operator delete[] () from /usr/lib/libstdc++.so.6
No symbol table info available.
#8  0x081ce780 in CPartFile::FlushBuffer (this=0x9e4ae28, bForceICH=false,
    bNoAICH=false) at PartFile.cpp:3158
        uMissingInPart = 3220540024
        posCorrupted = {m_ptr = 0x815af5c}
        partNumber = 236839048
#9  0x081d0e39 in ~CPartFile (this=0x9e4ae28) at PartFile.cpp:296
        pos = {m_ptr = 0x4114cf40}
---Type to continue, or q to quit---
#10 0x080e35ec in ~CDownloadQueue (this=0x9843e88) at DownloadQueue.cpp:101
        i = 1
#11 0x0807a6cc in CamuleApp::OnExit (this=0x866d3f8) at amule.cpp:321
No locals.
#12 0x43b59166 in wxEntry () from /usr/local/lib/libwx_base-2.6.so.0
No symbol table info available.
#13 0x0807e0ac in main (argc=1, argv=0xe1fe158) at amule-gui.cpp:149
No locals.
Title: Re: 20050828 crash on exit
Post by: spiorf on August 31, 2005, 02:49:40 AM
Here is another one  :D

Code: [Select]
Shutting down aMule...
aMule dialog destroyed
Now, exiting main app...
aMule shutdown: Terminating core.
*** glibc detected *** free(): invalid next size (fast): 0x0c854ac8 ***

Program received signal SIGABRT, Aborted.
[Switching to Thread -1210652192 (LWP 3371)]
0x410429e7 in raise () from /lib/tls/libc.so.6
(gdb) bt
#0  0x410429e7 in raise () from /lib/tls/libc.so.6
#1  0x4104431b in abort () from /lib/tls/libc.so.6
#2  0x41079365 in __fsetlocking () from /lib/tls/libc.so.6
#3  0x4107fa07 in malloc_usable_size () from /lib/tls/libc.so.6
#4  0x4107fea2 in free () from /lib/tls/libc.so.6
#5  0xb7f04d01 in operator delete () from /usr/lib/libstdc++.so.6
#6  0x080ace35 in ~CClientList (this=0x8a12260) at ClientList.cpp:104
#7  0x0807a6ee in CamuleApp::OnExit (this=0x866d3f8) at amule.cpp:315
#8  0x43b59166 in wxEntry () from /usr/local/lib/libwx_base-2.6.so.0
#9  0x0807e0ac in main (argc=1, argv=0xc854ac8) at amule-gui.cpp:149
(gdb) bt full
#0  0x410429e7 in raise () from /lib/tls/libc.so.6
No symbol table info available.
#1  0x4104431b in abort () from /lib/tls/libc.so.6
No symbol table info available.
#2  0x41079365 in __fsetlocking () from /lib/tls/libc.so.6
No symbol table info available.
#3  0x4107fa07 in malloc_usable_size () from /lib/tls/libc.so.6
No symbol table info available.
#4  0x4107fea2 in free () from /lib/tls/libc.so.6
No symbol table info available.
#5  0xb7f04d01 in operator delete () from /usr/lib/libstdc++.so.6
No symbol table info available.
#6  0x080ace35 in ~CClientList (this=0x8a12260) at ClientList.cpp:104
        it = {<__gnu_debug::_Safe_iterator_base> = {_M_sequence = 0x8a12340,
    _M_version = 1, _M_prior = 0x0, _M_next = 0x0}, _M_current = {
    _M_node = 0xab6bf50}}
#7  0x0807a6ee in CamuleApp::OnExit (this=0x866d3f8) at amule.cpp:315
No locals.
#8  0x43b59166 in wxEntry () from /usr/local/lib/libwx_base-2.6.so.0
No symbol table info available.
#9  0x0807e0ac in main (argc=1, argv=0xc854ac8) at amule-gui.cpp:149
No locals.
(gdb)