aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: crashing during used  (Read 3074 times)

youx

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
crashing during used
« on: January 19, 2006, 06:58:50 PM »

hi! here the log of my amule working on my debian testing
it's not the first time that she crash, but before i don't have the log

greetz you mens for your works!





----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule 2.1.0 using wxGTK2 v2.6.1 (Unicoded)
Running on: Linux 2.6.12 i686

[2] wxThreadHelperThread::~wxThreadHelperThread() in amule [0x808135f]
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.6.so.0[0xb760dfc6]
[4] ?? in [0xffffe420]
[5] ?? in /usr/lib/libwx_gtk2u_core-2.6.so.0 [0xb778f4fe]
[6] ?? in /usr/lib/libgdk-x11-2.0.so.0 [0xb6fbdce9]
[7] ?? in /usr/lib/libglib-2.0.so.0 [0xb6e93b97]
[8] g_main_context_dispatch in /usr/lib/libglib-2.0.so.0[0xb6e6a371]
[9] ?? in /usr/lib/libglib-2.0.so.0 [0xb6e6d5d7]
[10] g_main_loop_run in /usr/lib/libglib-2.0.so.0[0xb6e6db28]
[11] gtk_main in /usr/lib/libgtk-x11-2.0.so.0[0xb713ddf9]
[12] wxEventLoop::Run() in /usr/lib/libwx_gtk2u_core-2.6.so.0[0xb778d86e]
[13] wxAppBase::MainLoop() in /usr/lib/libwx_gtk2u_core-2.6.so.0[0xb781f7f8]
[14] wxAppBase::OnRun() in /usr/lib/libwx_gtk2u_core-2.6.so.0[0xb781f912]
[15] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.6.so.0[0xb75b151b]
[16] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.6.so.0[0xb75b15ee]
[17] CryptoPP::IteratedHashBase2, CryptoPP::HashTransformation>::~IteratedHashBase2() in amule [0x812c58e]
[18] __libc_start_main in /lib/tls/libc.so.6[0xb7310ed0]
[19] __gxx_personality_v0 in amule[0x807db21]


--------------------------------------------------------------------------------
Logged
simple user and 'nix developpeur

morph

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 213
    • http://matrixhasu.altervista.org/
Re: crashing during used
« Reply #1 on: January 19, 2006, 10:45:01 PM »

why do you think amule is female...?  8)

Anyway, as explained in other topic around, that inside-amule trace log, sometimes maybe completly wrong, since generated after an error occurred, so we cannot be sure this is correct at all.

What I may suggest you is to run amule/amuled with gdb:

Code: [Select]
$ gdb amuled
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-linux"...^[[A^[[BUsing host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) run -o
Starting program: /usr/bin/amuled -o
...

then, when an error occurred, generate a backtrace. All the process is explained here: http://www.amule.org/wiki/index.php/Backtraces

the main part is:

Code: [Select]
(gdb) bt
(gdb) bt full
(gdb) thread apply all bt
Logged

youx

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: crashing during used
« Reply #2 on: January 20, 2006, 02:43:34 PM »

Quote
Originally posted by morph
why do you think amule is female...?  8)

so... it's due to "a total french language suptility", sorry... coz:
 we say fluently in french when we speak about amule :" la mule" and, "la" is used to describe a femal genre... an femalle is so ...  :] may be in english we say:  "play word"? (jeu de mot)  :P


Anyway, as explained in other topic around, that inside-amule trace log, sometimes maybe completly wrong, since generated after an error occurred, so we cannot be sure this is correct at all.

What I may suggest you is to run amule/amuled with gdb:

Code: [Select]
$ gdb amuled
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-linux"...^[[A^[[BUsing host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) run -o
Starting program: /usr/bin/amuled -o
...

then, when an error occurred, generate a backtrace. All the process is explained here: http://www.amule.org/wiki/index.php/Backtraces

the main part is:

Code: [Select]
(gdb) bt
(gdb) bt full
(gdb) thread apply all bt


Thanks a lot, it dont see anymore all the forum . Now i will used gdb with my mule. thanks!
Logged
simple user and 'nix developpeur