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 crash  (Read 2201 times)

rickybanzai

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
amule crash
« on: December 25, 2009, 07:48:21 PM »

I just follow the instructions...this is the backtrace of the last amule crash (after 48 hour of good work).
I hope it will help improving it...Bye!
Additional informations:
amule 2.2.6
Ubuntu 9.10
amd 3200 dual core 64 bit

----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule 2.2.6 using wxGTK2 v2.8.10
Running on: Linux 2.6.31-16-generic x86_64

[2] ?? in amule [0x448504]
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.8.so.0[0x7f8e78eb957c]
[4] ?? in /lib/libpthread.so.0 [0x7f8e7ab63190]
[5] ?? in /usr/lib/libwx_gtk2u_core-2.8.so.0 [0x7f8e79537f56]
[6] ?? in /usr/lib/libgdk-x11-2.0.so.0 [0x7f8e777ed80f]
[7] g_main_context_dispatch in /lib/libglib-2.0.so.0[0x7f8e75cd5bbe]
[8] ?? in /lib/libglib-2.0.so.0 [0x7f8e75cd9588]
[9] g_main_loop_run in /lib/libglib-2.0.so.0[0x7f8e75cd99e5]
[10] gtk_main in /usr/lib/libgtk-x11-2.0.so.0[0x7f8e77baf177]
[11] wxEventLoop::Run() in /usr/lib/libwx_gtk2u_core-2.8.so.0[0x7f8e795369c8]
[12] wxAppBase::MainLoop() in /usr/lib/libwx_gtk2u_core-2.8.so.0[0x7f8e795bb8eb]
[13] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.8.so.0[0x7f8e78e5b44c]
[14] ?? in amule [0x513612]
[15] __libc_start_main in /lib/libc.so.6[0x7f8e7809dabd]
[16] ?? in amule [0x447549]


--------------------------------------------------------------------------------
Aborted
ricky@ricky-desktop:~$
« Last Edit: December 25, 2009, 07:50:22 PM by rickybanzai »
Logged

btkaos

  • Global Moderator
  • Sr. Member
  • *****
  • Karma: 110
  • Offline Offline
  • Posts: 486
  • Kaos is infinite!
Re: amule crash
« Reply #1 on: December 26, 2009, 06:27:42 AM »

Unfortunately your backtrace is not very useful. Run it under gdb (type in a terminal gdb amule) and once it crashes type bt.

That will get you a good backtrace.
Logged