aMule Forum
English => Backtraces => Topic started by: morph on October 04, 2005, 07:03:02 PM
-
closing amule got this
Shutting down aMule...
aMule dialog destroyed
Now, exiting main app...
Killing amuleweb instance...
Killed!
aMule OnExit: Terminating core.
*** glibc detected *** free(): invalid next size (fast): 0x091f69f8 ***
Program received signal SIGABRT, Aborted.
[Switching to Thread -1225091392 (LWP 14165)]
0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb76f8921 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb76fa27b in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb772ef77 in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
#4 0xb7735597 in malloc_usable_size () from /lib/tls/i686/cmov/libc.so.6
#5 0xb7735a32 in free () from /lib/tls/i686/cmov/libc.so.6
#6 0xb78edd01 in operator delete () from /usr/lib/libstdc++.so.6
#7 0x080bf08b in std::operator+, std::allocator > ()
#8 0x0807b1e8 in wxObject::~wxObject ()
#9 0x0807e538 in wxSocketEvent::~wxSocketEvent ()
#10 0xb79a1527 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#11 0xb79a15ee in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#12 0x0807df85 in wxSocketEvent::~wxSocketEvent ()
#13 0xb76e3eb0 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#14 0x08067dc1 in ?? ()
(gdb) bt full
#0 0xffffe410 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb76f8921 in raise () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb76fa27b in abort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3 0xb772ef77 in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#4 0xb7735597 in malloc_usable_size () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5 0xb7735a32 in free () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#6 0xb78edd01 in operator delete () from /usr/lib/libstdc++.so.6
No symbol table info available.
#7 0x080bf08b in std::operator+, std::allocator > ()
No symbol table info available.
#8 0x0807b1e8 in wxObject::~wxObject ()
No symbol table info available.
#9 0x0807e538 in wxSocketEvent::~wxSocketEvent ()
No symbol table info available.
#10 0xb79a1527 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
No symbol table info available.
#11 0xb79a15ee in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
No symbol table info available.
#12 0x0807df85 in wxSocketEvent::~wxSocketEvent ()
No symbol table info available.
#13 0xb76e3eb0 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#14 0x08067dc1 in ?? ()
No symbol table info available.
(gdb) thread apply all bt
Thread 1 (Thread -1225091392 (LWP 14165)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb76f8921 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb76fa27b in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb772ef77 in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
#4 0xb7735597 in malloc_usable_size () from /lib/tls/i686/cmov/libc.so.6
#5 0xb7735a32 in free () from /lib/tls/i686/cmov/libc.so.6
#6 0xb78edd01 in operator delete () from /usr/lib/libstdc++.so.6
#7 0x080bf08b in std::operator+, std::allocator > ()
#8 0x0807b1e8 in wxObject::~wxObject ()
#9 0x0807e538 in wxSocketEvent::~wxSocketEvent ()
#10 0xb79a1527 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#11 0xb79a15ee in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#12 0x0807df85 in wxSocketEvent::~wxSocketEvent ()
#13 0xb76e3eb0 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#14 0x08067dc1 in ?? ()
(gdb)
-
memory corruption. We must fix it before next release.
Cheers!
-
wow, at the end, someone reads all these backtraces... ;))))
hope they're help solve issues....
Bye & thanks
-
Originally posted by morph
wow, at the end, someone reads all these backtraces... ;))))
Hey, backtraces is my favourite forum ;) I read all of them.
Originally posted by morph
hope they're help solve issues....
Sorry, I am affraid this one does not :( But if you have some spare time and want to try valgrind+gdb, be my guest :)
http://www.amule.org/wiki/index.php/Using_gdb_and_valgrind
Originally posted by morph
Bye & thanks
You're wellcome!