aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: crash when closing amuled  (Read 2794 times)

BeFalou

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 53
crash when closing amuled
« 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

--------------------------------------------------------------------------------
Logged

wardevil

  • Sr. Member
  • ****
  • Karma: -1
  • Offline Offline
  • Posts: 402
Re: crash when closing amuled
« Reply #1 on: May 30, 2005, 11:26:03 AM »

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....
« Last Edit: May 30, 2005, 11:26:37 AM by wardevil »
Logged
Linux user nÂș289016 at Linux counter

lfroen

  • Guest
Re: crash when closing amuled
« Reply #2 on: May 30, 2005, 03:43:38 PM »

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.
Logged