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.2.2 crash Fedora 9 x86_64  (Read 2924 times)

wires

  • Jr. Member
  • **
  • Karma: 6
  • Offline Offline
  • Posts: 83
aMule 2.2.2 crash Fedora 9 x86_64
« 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.

Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: aMule 2.2.2 crash Fedora 9 x86_64
« Reply #1 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.
Logged

wires

  • Jr. Member
  • **
  • Karma: 6
  • Offline Offline
  • Posts: 83
Re: aMule 2.2.2 crash Fedora 9 x86_64
« Reply #2 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!
Logged