aMule Forum

English => aMule crashes => Topic started by: wires on December 04, 2008, 10:59:39 PM

Title: aMule 2.2.2 crash Fedora 9 x86_64
Post by: wires on December 04, 2008, 10:59:39 PM
Hi all,

this is the second crash of this kind I get in a short time. It seems to be related with receiving a message.

Code: [Select]
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule 2.2.2 using wxGTK2 v2.8.9
Running on: Linux 2.6.27.5-41.fc9.x86_64 x86_64

[2] wxString::~wxString() in amule [0x44658f]
[3] wxFatalSignalHandler in /usr/lib64/libwx_baseu-2.8.so.0[0x3dceafa01c]
[4] ?? in /lib64/libpthread.so.0 [0x35fa40ed30]
[5] wxColour::wxColour(unsigned char, unsigned char, unsigned char, unsigned char) in amule [0x56d100]
[6] wxDataObjectSimple::~wxDataObjectSimple() in amule [0x518428]
[7] wxDataObjectSimple::~wxDataObjectSimple() in amule [0x518afe]
[8] wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) in /usr/lib64/libwx_baseu-2.8.so.0[0x3dceaf5989]
[9] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) in /usr/lib64/libwx_baseu-2.8.so.0[0x3dceaf6b64]
[10] wxEvtHandler::ProcessEvent(wxEvent&) in /usr/lib64/libwx_baseu-2.8.so.0[0x3dceaf6c57]
[11] wxTimerBase::Notify() in /usr/lib64/libwx_gtk2u_core-2.8.so.0[0x3767ee8da6]
[12] ?? in /usr/lib64/libwx_gtk2u_core-2.8.so.0 [0x3767deedcb]
[13] ?? in /lib64/libglib-2.0.so.0 [0x375f437beb]
[14] g_main_context_dispatch in /lib64/libglib-2.0.so.0[0x375f43742b]
[15] ?? in /lib64/libglib-2.0.so.0 [0x375f43ac0d]
[16] g_main_loop_run in /lib64/libglib-2.0.so.0[0x375f43b13d]
[17] gtk_main in /usr/lib64/libgtk-x11-2.0.so.0[0x3765183db0]
[18] wxEventLoop::Run() in /usr/lib64/libwx_gtk2u_core-2.8.so.0[0x3767de6718]
[19] wxAppBase::MainLoop() in /usr/lib64/libwx_gtk2u_core-2.8.so.0[0x3767e6fa6b]
[20] wxEntry(int&, wchar_t**) in /usr/lib64/libwx_baseu-2.8.so.0[0x3dcea99b9d]
[21] std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in amule [0x5136f2]
[22] __libc_start_main in /lib64/libc.so.6[0x35f981e32a]
[23] ?? in amule [0x445599]

aMule 2.2.2-1.fc10 from rpmfusion.org. (repo rpmfusion-free-rawhide), cryptopp 5.5.2-3.fc9, wxGTK-2.8.9-1.fc9.

Let me know if you need more info.

Title: Re: aMule 2.2.2 crash Fedora 9 x86_64
Post by: phoenix on December 06, 2008, 01:01:36 AM
I don't know, but maybe you should not mix fc9 with fc10 rpms...

Either find a aMule fc9 rpm or even better, compile all by hand. Your backtrace shows a crash on the destructor of wxString. A good indication that you should try compiling at least aMule and wxWidgets yourself.
Title: Re: aMule 2.2.2 crash Fedora 9 x86_64
Post by: wires on December 09, 2008, 03:08:51 AM
Ok I've just compiled aMule-SVN-r9248-RELEASE-2_2_X (some hacking needed in Format.cpp), I know it was not a standard configuration but I gave it a try because of other crashes  :D. I'll come back with the results.

Thanks!