aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: CVS: 20071006: amule crashes when receiving a message  (Read 2528 times)

kuanto

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
CVS: 20071006: amule crashes when receiving a message
« on: October 06, 2007, 11:55:07 PM »

aMule CVS 2007-10-06 (with wxwidgets 2.8.1) crashes when receives a messages from a user.

I noticed that after 2 crashes, the last line of logfile was
"2007-10-06 23:33:08: ClientTCPSocket.cpp(799): Nuevo mensaje de '***' (IP:***)"
(new message from '***' (IP:'***')), and I could reproduce the crash with two instances of aMule, getting this backtrace:

Code: [Select]

----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule CVS using wxGTK2 v2.8.1 (Snapshot: Sat Oct  6 07:01:55 CEST 2007)
Running on: Linux 2.6.20-16-generic x86_64

[2] CamuleApp::OnFatalException() in :0
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.8.so.0[0x2b5d33664e4c]
[4] ?? in /lib/libpthread.so.0 [0x2b5d32545200]
[5] CMuleTrayIcon::SetTrayIcon(int, unsigned int) in :0
[6] CamuleDlg::ShowTransferRate() in :0
[7] CamuleDlg::OnGUITimer(wxTimerEvent&) in :0
[8] wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) in /usr/lib/libwx_baseu-2.8.so.0[0x2b5d33660e2f]
[9] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) in /usr/lib/libwx_baseu-2.8.so.0[0x2b5d33660fcf]
[10] wxEvtHandler::ProcessEvent(wxEvent&) in /usr/lib/libwx_baseu-2.8.so.0[0x2b5d33661119]
[11] wxTimerBase::Notify() in /usr/lib/libwx_gtk2u_core-2.8.so.0[0x2b5d32ff1eb6]
[12] ?? in /usr/lib/libwx_gtk2u_core-2.8.so.0 [0x2b5d32ee97b4]
[13] ?? in /usr/lib/libglib-2.0.so.0 [0x2b5d35af3f1b]
[14] g_main_context_dispatch in /usr/lib/libglib-2.0.so.0[0x2b5d35af3a14]
[15] ?? in /usr/lib/libglib-2.0.so.0 [0x2b5d35af685d]
[16] g_main_loop_run in /usr/lib/libglib-2.0.so.0[0x2b5d35af6b6a]
[17] gtk_main in /usr/lib/libgtk-x11-2.0.so.0[0x2b5d360b2023]
[18] wxEventLoop::Run() in /usr/lib/libwx_gtk2u_core-2.8.so.0[0x2b5d32ee127d]
[19] wxAppBase::MainLoop() in /usr/lib/libwx_gtk2u_core-2.8.so.0[0x2b5d32f71a0b]
[20] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.8.so.0[0x2b5d336005ec]
[21] main in :0
[22] __libc_start_main in /lib/libc.so.6[0x2b5d342998e4]
[23] wxNotebook::SetPadding(wxSize const&) in :0


--------------------------------------------------------------------------------
Cancelado (core dumped)
Logged