Pues eso, no se si es problema del aMule o problema mio de alguna libreria, pero nada mas darle a conectar y conectarse a un servidor, el aMule se cierra. Esto me pasa tanto con la version 1.2.6 com con la 2.0.0rc3. Pero es extraño porque hace unos dias funcionaba correctamente (principalmente la version 1.2.6) y ahora no... asi que no se...
Salida aMule 1.2.6
Initialising aMule
Config:
x1: 0 y1: 25 x2: 1022 y2: 746
split read, found : 308
srv_split read, found : 327
Server listening on port 4712.
*** TCP socket at 4662
*** UDP socket at 4665 (chat)
*** UDP socket at 4672
Serverlist loaded.
*** reading servers
Loading temp files from /home/jclim/.aMule/Temp/*.part.met.
Loading 001.part.met... Done.
Loading 005.part.met... Done.
Loading 002.part.met... Done.
Loading 003.part.met... Done.
Sharing /home/jclim/.aMule/Temp/001.part.met
Sharing /home/jclim/.aMule/Temp/005.part.met
OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--
[0] amule_1.2.6/bin/amule(_ZN9CamuleApp16OnFatalExceptionEv+0x5b) [0x8209c81]
[1] /usr/lib/libwx_gtk2-2.4.so(wxFatalSignalHandler+0x2b) [0x403cd2ab]
[2] [0xffffe420]
Aborted
salida aMule 2.0.0rc3
(...)
OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--
[0] amule_2rc3/bin/amule(_ZN9CamuleApp16OnFatalExceptionEv+0x59) [0x827d715]
[1] /usr/lib/libwx_gtk2-2.4.so(wxFatalSignalHandler+0x2b) [0x403cd2ab]
[2] [0xffffe420]
Aborted
Y ejecutandolo con el GDB es peor aun... se cierra al instante de ejecutar... :S
GNU gdb 6.1
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 "i686-pc-linux-gnu"...
(gdb) ha SIGPIPE nostop noprint pass
Signal Stop Print Pass to program Description
SIGPIPE No No Yes Broken pipe
(gdb) run
Starting program: /home/jclim/tmp/amule_2rc3/bin/amule
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
Initialising aMule
Program received signal SIG32, Real-time event 32.
0x40ba1874 in pthread_getconcurrency () from /lib/libpthread.so.0
(gdb) bt
#0 0x40ba1874 in pthread_getconcurrency () from /lib/libpthread.so.0
#1 0xbfffee98 in ?? ()
#2 0x40ba16b9 in pthread_getconcurrency () from /lib/libpthread.so.0
#3 0xbfffee00 in ?? ()
#4 0x00000020 in ?? ()
Previous frame inner to this frame (corrupt stack?)
(gdb) bt full
#0 0x40ba1874 in pthread_getconcurrency () from /lib/libpthread.so.0
No symbol table info available.
#1 0xbfffee98 in ?? ()
No symbol table info available.
#2 0x40ba16b9 in pthread_getconcurrency () from /lib/libpthread.so.0
No symbol table info available.
#3 0xbfffee00 in ?? ()
No symbol table info available.
#4 0x00000020 in ?? ()
No symbol table info available.
(gdb) l
105 #else
106 # define RLIMIT_RESOURCE int
107 #endif
108
109 #ifdef __USE_SPLASH__
110 #include "splash.xpm"
111 #endif
112
113
114 IMPLEMENT_APP(CamuleApp)