aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule 2.3.3 on Fedora 38 crashed.  (Read 1012 times)

easior

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
amule 2.3.3 on Fedora 38 crashed.
« on: September 15, 2023, 04:28:17 AM »

amule will crash after it runs a while. the following is the coredump debuged by GDB:
Code: [Select]
(gdb) where
#0  0x00007f04eb0b0844 in __pthread_kill_implementation (threadid=140737237636352, signo=5, no_tid=<optimized out>) at pthread_kill.c:62
#1  0x00007f04eb05fabe in __bsd_signal (sig=3025, handler=0xbd1) at ../sysdeps/posix/signal.c:37
#2  0x00007f04eb693bc5 in wxDefaultAssertHandler(wxString const&, int, wxString const&, wxString const&, wxString const&) (file=..., line=line@entry=386, func=..., cond=..., msg=...) at ../src/common/appbase.cpp:1101
#3  0x00007f04eb68d2c0 in wxOnAssert(char const*, int, char const*, char const*, char const*) (file=0x564255de44b5 "MuleDebug.cpp", line=386, func=<optimized out>, cond=<optimized out>, msg=<optimized out>)
    at ../src/common/appbase.cpp:1193
#4  0x0000564255c133dc in get_backtrace(unsigned int) ()
#5  0x0000564255ab88a0 in CamuleApp::OnAssertFailure(wchar_t const*, int, wchar_t const*, wchar_t const*, wchar_t const*) ()
#6  0x00007f04eb693b63 in wxDefaultAssertHandler(wxString const&, int, wxString const&, wxString const&, wxString const&) (file=..., line=line@entry=437, func=..., cond=..., msg=...) at ../src/common/appbase.cpp:1116
#7  0x00007f04eb68d2c0 in wxOnAssert(char const*, int, char const*, char const*, char const*) (file=0x564255dbfac6 "EncryptedStreamSocket.cpp", line=437, func=<optimized out>, cond=<optimized out>, msg=<optimized out>)
    at ../src/common/appbase.cpp:1193
#8  0x0000564255afccb2 in CEncryptedStreamSocket::Negotiate(unsigned char const*, unsigned int) ()
#9  0x0000564255afe4ee in CEMSocket::OnReceive(int) ()
#10 0x0000564255b274a6 in CServerSocket::OnReceive(int) ()
#11 0x00007f04eb78fc5e in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) (entry=<optimized out>, handler=handler@entry=0x5642560f6ce0, event=...) at ../src/common/event.cpp:1390
#12 0x00007f04eb791b73 in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (this=<optimized out>, event=..., self=self@entry=0x5642560f6ce0) at ../src/common/event.cpp:996
#13 0x00007f04eb791e69 in wxEvtHandler::TryHereOnly(wxEvent&) (this=this@entry=0x5642560f6ce0, event=...) at ../src/common/event.cpp:1587
#14 0x00007f04eb791eff in wxEvtHandler::TryBeforeAndHere(wxEvent&) (event=..., this=0x5642560f6ce0) at ../include/wx/event.h:3692
#15 wxEvtHandler::ProcessEventLocally(wxEvent&) (this=0x5642560f6ce0, event=...) at ../src/common/event.cpp:1520
#16 0x00007f04eb791fe2 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x5642560f6ce0, event=...) at ../src/common/event.cpp:1493
#17 0x00007f04eb793b10 in wxEvtHandler::ProcessPendingEvents() (this=0x5642560f6ce0) at ../src/common/event.cpp:1357
#18 0x00007f04eb693d17 in wxAppConsoleBase::ProcessPendingEvents() (this=0x5642560f6ce0) at ../src/common/appbase.cpp:520
#19 0x00007f04ebc8b4dc in wxApp::DoIdle() (this=0x5642560f6ce0) at ../src/gtk/app.cpp:157
#20 0x00007f04ebc8b637 in wxapp_idle_callback(gpointer) () at ../src/gtk/app.cpp:107
#21 0x00007f04ea5dc4fd in g_idle_dispatch (source=0x7f04bc025540, callback=0x7f04ebc8b620 <wxapp_idle_callback(gpointer)>, user_data=0x0) at ../glib/gmain.c:6163
#22 0x00007f04ea5e04fc in g_main_dispatch (context=0x5642560f7650) at ../glib/gmain.c:3460
#23 g_main_context_dispatch (context=0x5642560f7650) at ../glib/gmain.c:4200
#24 0x00007f04ea63e6b8 in g_main_context_iterate.isra.0 (context=0x5642560f7650, block=1, dispatch=1, self=<optimized out>) at ../glib/gmain.c:4276
#25 0x00007f04ea5dfaff in g_main_loop_run (loop=0x56425627ab70) at ../glib/gmain.c:4479
#26 0x00007f04eaa06975 in gtk_main () at ../gtk/gtkmain.c:1329
#27 0x00007f04ebca11f5 in wxGUIEventLoop::DoRun() (this=0x564257032a70) at ../src/gtk/evtloop.cpp:65
#28 0x00007f04eb6b9c7a in wxEventLoopBase::Run() (this=0x564257032a70) at ../src/common/evtloopcmn.cpp:78
#29 0x00007f04eb69551d in wxAppConsoleBase::MainLoop() (this=0x5642560f6ce0) at ../src/common/appbase.cpp:334
#30 0x00007f04eb6ec832 in wxEntry(int&, wchar_t**) (argc=<optimized out>, argv=<optimized out>) at ../src/common/init.cpp:506
#31 0x0000564255a934e6 in main ()
Logged