aMule Forum
English => Backtraces => Topic started by: ken on December 24, 2004, 04:02:55 AM
-
I've had a couple of crashes of Mac amuleweb. This is one of them.
(gdb) bt
#0 0x2d36921c in small_malloc_from_free_list (szone=0x1800000, msize=1) at /SourceCache/Libc_debug-320/Libc-320/gen/scalable_malloc.c:1710
#1 0x2d369614 in small_malloc_should_clear (szone=0x1800000, msize=1, cleared_requested=0) at /SourceCache/Libc_debug-320/Libc-320/gen/scalable_malloc.c:1797
#2 0x2d369a8c in szone_malloc_should_clear (szone=0x1800000, size=512, cleared_requested=0) at /SourceCache/Libc_debug-320/Libc-320/gen/scalable_malloc.c:2522
#3 0x2d1f1e8c in szone_malloc (szone=0x1800000, size=512) at /SourceCache/Libc_debug-320/Libc-320/gen/scalable_malloc.c:2537
#4 0x2d1f1040 in malloc_zone_malloc (zone=0x1800000, size=512) at /SourceCache/Libc_debug-320/Libc-320/gen/malloc.c:299
#5 0x2d1f158c in malloc (size=512) at /SourceCache/Libc_debug-320/Libc-320/gen/malloc.c:489
#6 0x0035dc38 in wxStringBase::AllocBuffer(unsigned long) ()
#7 0x0035db9c in wxStringBase::InitWith(char const*, unsigned long, unsigned long) ()
#8 0x0035fdc8 in wxString::Mid(unsigned long, unsigned long) const ()
#9 0x000330cc in CWebSocket::OnRequestReceived(char*, unsigned, char*, unsigned) ()
#10 0x00032a04 in CWCThread::Entry() ()
#11 0x0037971c in wxThreadInternal::MacThreadStart(void*) ()
#12 0x2a5a77a0 in PrivateMPEntryPoint (inArg=0x507e90) at Multiprocessing/MPTasks.c:461
#13 0x2d22413c in _pthread_body (self=0x1817c00) at /SourceCache/Libc_debug-320/Libc-320/pthreads/pthread.c:632
(gdb) bt full
#0 0x2d36921c in small_malloc_from_free_list (szone=0x1800000, msize=1) at /SourceCache/Libc_debug-320/Libc-320/gen/scalable_malloc.c:1710
next = (free_list_t *) 0xd0ff
grain = 0 '\0'
bitmap = 3537266875
ptr = (void *) 0x187b400
this_msize = 2
free_list = (free_list_t **) 0x18000f0
limit = (free_list_t **) 0x180016c
#1 0x2d369614 in small_malloc_should_clear (szone=0x1800000, msize=1, cleared_requested=0) at /SourceCache/Libc_debug-320/Libc-320/gen/scalable_malloc.c:1797
locked = 1
ptr = (void *) 0x181f402
#2 0x2d369a8c in szone_malloc_should_clear (szone=0x1800000, size=512, cleared_requested=0) at /SourceCache/Libc_debug-320/Libc-320/gen/scalable_malloc.c:2522
msize = 1
ptr = (void *) 0x41f6d1b
#3 0x2d1f1e8c in szone_malloc (szone=0x1800000, size=512) at /SourceCache/Libc_debug-320/Libc-320/gen/scalable_malloc.c:2537
ptr = (void *) 0xf0182ad0
#4 0x2d1f1040 in malloc_zone_malloc (zone=0x1800000, size=512) at /SourceCache/Libc_debug-320/Libc-320/gen/malloc.c:299
ptr = (void *) 0x41f6d1b
#5 0x2d1f158c in malloc (size=512) at /SourceCache/Libc_debug-320/Libc-320/gen/malloc.c:489
retval = (void *) 0xf0182b60
#6 0x0035dc38 in wxStringBase::AllocBuffer(unsigned long) ()
No symbol table info available.
#7 0x0035db9c in wxStringBase::InitWith(char const*, unsigned long, unsigned long) ()
No symbol table info available.
#8 0x0035fdc8 in wxString::Mid(unsigned long, unsigned long) const ()
No symbol table info available.
#9 0x000330cc in CWebSocket::OnRequestReceived(char*, unsigned, char*, unsigned) ()
No symbol table info available.
#10 0x00032a04 in CWCThread::Entry() ()
No symbol table info available.
#11 0x0037971c in wxThreadInternal::MacThreadStart(void*) ()
No symbol table info available.
#12 0x2a5a77a0 in PrivateMPEntryPoint (inArg=0x507e90) at Multiprocessing/MPTasks.c:461
status = 1
#13 0x2d22413c in _pthread_body (self=0x1817c00) at /SourceCache/Libc_debug-320/Libc-320/pthreads/pthread.c:632
No locals.
-
Another crash.
Program received signal EXC_BAD_ACCESS, Could not access memory.
[Switching to process 1017 thread 0x2c0b]
0x0004d61c in std::list >::sort() ()
(gdb) bt
#0 0x0004d61c in std::list >::sort() ()
#1 0x0002a718 in SharedFilesInfo::ReQuery() ()
#2 0x00017e34 in CWebServer::_GetSharedFilesList(ThreadData) ()
#3 0x0000c9a4 in CWebServer::ProcessURL(ThreadData) ()
#4 0x0003360c in CWebSocket::OnRequestReceived(char*, unsigned, char*, unsigned) ()
#5 0x00032a04 in CWCThread::Entry() ()
#6 0x0037971c in wxThreadInternal::MacThreadStart(void*) ()
#7 0x2a5a77a0 in PrivateMPEntryPoint (inArg=0x1110d70) at Multiprocessing/MPTasks.c:461
#8 0x2d22413c in _pthread_body (self=0x1817a00) at /SourceCache/Libc_debug-320/Libc-320/pthreads/pthread.c:632
(gdb) bt full
#0 0x0004d61c in std::list >::sort() ()
No symbol table info available.
#1 0x0002a718 in SharedFilesInfo::ReQuery() ()
No symbol table info available.
#2 0x00017e34 in CWebServer::_GetSharedFilesList(ThreadData) ()
No symbol table info available.
#3 0x0000c9a4 in CWebServer::ProcessURL(ThreadData) ()
No symbol table info available.
#4 0x0003360c in CWebSocket::OnRequestReceived(char*, unsigned, char*, unsigned) ()
No symbol table info available.
#5 0x00032a04 in CWCThread::Entry() ()
No symbol table info available.
#6 0x0037971c in wxThreadInternal::MacThreadStart(void*) ()
No symbol table info available.
#7 0x2a5a77a0 in PrivateMPEntryPoint (inArg=0x1110d70) at Multiprocessing/MPTasks.c:461
status = 53503
#8 0x2d22413c in _pthread_body (self=0x1817a00) at /SourceCache/Libc_debug-320/Libc-320/pthreads/pthread.c:632
No locals.
-
This seems to happen primarily when I issue a request (e.g. click on "Shared Files") before the previous one has completed (e.g. display "Transfers").