amuleweb crashed during autorefresh of Transfer page:
src/unix/threadpsx.cpp(102): assert "wxAssertFailure" failed: removing inexisting element in wxArray::Remove [in child thread]
And here go backtraces:
(gdb) bt
#0 0xb7b061b1 in kill () from /lib/libc.so.6
#1 0xb7f919c1 in pthread_kill () from /lib/libpthread.so.0
#2 0xb7f91ccb in raise () from /lib/libpthread.so.0
#3 0xb7e395a9 in wxTrap () at src/common/appbase.cpp:580
#4 0xb7e3996d in ShowAssertDialog (szFile=0xb7f2fbe0, nLine=102, szCond=0xb7f2fba0,
szMsg=0xb7f33200, traits=0x80edf88) at src/common/appbase.cpp:734
#5 0xb7e39301 in wxAppConsole::OnAssert (this=0x80ebda0, file=0xb7f2fbe0, line=102,
cond=0xb7f2fba0, msg=0xb7f33200) at src/common/appbase.cpp:440
#6 0xb7e39660 in wxOnAssert (szFile=0xb7f2fbe0, nLine=102, szCond=0xb7f2fba0, szMsg=0xb7f33200)
at src/common/appbase.cpp:626
#7 0xb7e395dc in wxAssert (cond=0, szFile=0xb7f2fbe0, nLine=102, szCond=0xb7f2fba0,
szMsg=0xb7f33200) at src/common/appbase.cpp:593
#8 0xb7eef17c in wxArrayThread::Remove (this=0xb7f879a8, Item=0xb7902b20)
at src/unix/threadpsx.cpp:102
#9 0xb7eed2f1 in ~wxThread (this=0xb7902b20) at src/unix/threadpsx.cpp:1545
#10 0x0808e65e in ~CWCThread (this=0xb7902b20) at WebSocket.cpp:132
#11 0xb7eedc13 in DeleteThread (This=0xb7902b20) at src/unix/threadpsx.cpp:1689
#12 0xb7eed0ff in wxThread::Exit (this=0xb7902b20, status=0x0) at src/unix/threadpsx.cpp:1484
#13 0xb7eeb9c7 in wxThreadInternal::PthreadStart (thread=0xb7902b20) at src/unix/threadpsx.cpp:796
#14 0xb7eeb7ba in wxPthreadStart (ptr=0xb7902b20) at src/unix/threadpsx.cpp:714
#15 0xb7f8ecc4 in pthread_detach () from /lib/libpthread.so.0
#16 0xb7bb9037 in clone () from /lib/libc.so.6
(gdb) bt full
#0 0xb7b061b1 in kill () from /lib/libc.so.6
No symbol table info available.
#1 0xb7f919c1 in pthread_kill () from /lib/libpthread.so.0
No symbol table info available.
#2 0xb7f91ccb in raise () from /lib/libpthread.so.0
No symbol table info available.
#3 0xb7e395a9 in wxTrap () at src/common/appbase.cpp:580
No locals.
#4 0xb7e3996d in ShowAssertDialog (szFile=0xb7f2fbe0, nLine=102, szCond=0xb7f2fba0,
szMsg=0xb7f33200, traits=0x80edf88) at src/common/appbase.cpp:734
s_bNoAsserts = false
msg = { = {static npos = 4294967295, m_pchData = 0x818b1ac}, }
#5 0xb7e39301 in wxAppConsole::OnAssert (this=0x80ebda0, file=0xb7f2fbe0, line=102,
cond=0xb7f2fba0, msg=0xb7f33200) at src/common/appbase.cpp:440
No locals.
#6 0xb7e39660 in wxOnAssert (szFile=0xb7f2fbe0, nLine=102, szCond=0xb7f2fba0, szMsg=0xb7f33200)
at src/common/appbase.cpp:626
s_bInAssert = true
#7 0xb7e395dc in wxAssert (cond=0, szFile=0xb7f2fbe0, nLine=102, szCond=0xb7f2fba0,
szMsg=0xb7f33200) at src/common/appbase.cpp:593
No locals.
#8 0xb7eef17c in wxArrayThread::Remove (this=0xb7f879a8, Item=0xb7902b20)
at src/unix/threadpsx.cpp:102
iIndex = -1
#9 0xb7eed2f1 in ~wxThread (this=0xb7902b20) at src/unix/threadpsx.cpp:1545
No locals.
#10 0x0808e65e in ~CWCThread (this=0xb7902b20) at WebSocket.cpp:132
No locals.
#11 0xb7eedc13 in DeleteThread (This=0xb7902b20) at src/unix/threadpsx.cpp:1689
locker = {m_isOk = true, m_mutex = @0x80ec4d8}
#12 0xb7eed0ff in wxThread::Exit (this=0xb7902b20, status=0x0) at src/unix/threadpsx.cpp:1484
No locals.
#13 0xb7eeb9c7 in wxThreadInternal::PthreadStart (thread=0xb7902b20) at src/unix/threadpsx.cpp:796
pthread = (wxThreadInternal *) 0xb7902908
rc = 0
dontRunAtAll = false
#14 0xb7eeb7ba in wxPthreadStart (ptr=0xb7902b20) at src/unix/threadpsx.cpp:714
No locals.
#15 0xb7f8ecc4 in pthread_detach () from /lib/libpthread.so.0
No symbol table info available.
#16 0xb7bb9037 in clone () from /lib/libc.so.6
No symbol table info available.