aMule Forum
English => aMule crashes => Topic started by: BeFalou on May 30, 2005, 08:55:55 AM
-
After shutting down amuled from amulecmd it crashed. 20050529.
aMule shutdown: Terminating core.
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMuled CVS using wxGTK2 v2.6.0 (Snapshot: Sun May 29 07:01:25 CEST 2005)
Running on: Linux 2.6.10-ck5 i686
[2] wxFatalSignalHandler in /usr/local/lib/libwx_base-2.6.so.0[0xb7f820e8]
[3] ?? in [0xffffe420]
[4] std::_List_base >::~_List_base() in stl_list.h:313
[5] std::list >::~list() in stl_list.h:513
[6] CDeletedClient::~CDeletedClient() in ClientList.cpp:102
[7] CClientList::~CClientList() in ClientList.cpp:102
[8] CamuleApp::OnExit() in amule.cpp:307
[9] CamuleDaemonApp::OnExit() in amuled.cpp:457
[10] wxEntry(int&, char**) in /usr/local/lib/libwx_base-2.6.so.0[0xb7f16304]
[11] main in amuled.cpp:124
[12] __libc_start_main in /lib/libc.so.6[0xb7bb3ded]
[13] wxEvtHandler::ProcessEvent(wxEvent&) in :0
--------------------------------------------------------------------------------
-
After not working for me for a long time the cvs of 29-05-2005 was really stable until i asked for the stats via amulecmd and then when i start amuled every time now:
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMuled CVS using wxGTK2 v2.6.0 (Snapshot: Sun May 29 07:01:25 CEST 2005)
Running on: Linux 2.6.3-19mdk i686
[2] wxFatalSignalHandler in /usr/lib/libwx_gtk2-2.6.so.0[0x402bfed6]
[3] ?? in /lib/tls/libpthread.so.0 [0x40031388]
[4] ?? in amuled [0x80f5cf2]
[5] wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const in /usr/lib/libwx_gtk2-2.6.so.0[0x4020a14d]
[6] wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) in /usr/lib/libwx_gtk2-2.6.so.0[0x402b0604]
[7] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) in /usr/lib/libwx_gtk2-2.6.so.0[0x402afaa9]
[8] wxEvtHandler::ProcessEvent(wxEvent&) in /usr/lib/libwx_gtk2-2.6.so.0[0x402b0772]
[9] wxEvtHandler::ProcessPendingEvents() in /usr/lib/libwx_gtk2-2.6.so.0[0x402b0555]
[10] wxAppConsole::ProcessPendingEvents() in /usr/lib/libwx_gtk2-2.6.so.0[0x4020a0c6]
[11] ?? in amuled [0x8065526]
[12] wxEntry(int&, char**) in /usr/lib/libwx_gtk2-2.6.so.0[0x4024c436]
[13] ?? in amuled [0x8064681]
[14] __libc_start_main in /lib/tls/libc.so.6[0x407a095d]
[15] strcpy in amuled[0x8052e81]
--------------------------------------------------------------------------------
ECSocket::ReadBufferFromSocket error The socket is non-blocking and the operation would block
Aborted
Strange stuff.....since it as been working for 12 hours very stable working with amuleweb....
-
I've reworked some of object deletion code today. Pls check it it helps. Also, consider compiling amuled with debug info and post results from gdb "bt" of "bt full" command. It will help debugging things.