Hasta ayer aMule me ha funcionado de pm. Pro desde esta mañana me viene dando un mensaje de "Abortado" cuando lo arranco desde consola. Me instale el RPM para SuSE y nunca he tenido problemas. A raiz de esto, desinstale aMule (rpm -e aMule), elimine los directorios que crea en /home (.aMule) y volvi a instalar y nada.
Por ultimo, he hecho una instalacion en un directorio local, bajando las wxGTK y wxBASE en codigo fuente y compilandolas. Asi como la ultima version en codigo fuente de aMule.
Cuando ejecuto, obtengo el mismo error.
La traza del error muestra:
(gdb) run
Starting program: /opt/amule/bin/amule
[Thread debugging using libthread_db enabled]
[New Thread 1085959360 (LWP 4408)]
Initialising aMule
Userhash loaded: 6C9E09D4AE0E1C067CA49736F7CF6F15
*** UDP socket at 4503
Program received signal SIGABRT, Aborted.
[Switching to Thread 1085959360 (LWP 4408)]
0xffffe410 in ?? ()
(gdb) bt
#0 0xffffe410 in ?? ()
#1 0xbfffe4a8 in ?? ()
#2 0x00000006 in ?? ()
#3 0x40a18529 in abort () from /lib/tls/libc.so.6
#4 0x4099dc25 in __cxxabiv1::__terminate () from /usr/lib/libstdc++.so.5
#5 0x4099dc62 in std::terminate () from /usr/lib/libstdc++.so.5
#6 0x4099dda2 in __cxa_throw () from /usr/lib/libstdc++.so.5
#7 0x082d26c8 in CamuleDlg::Apply_Clients_Skin (this=0x86ad638, file=) at amuleDlg.cpp:1171
#8 0x082cd067 in CamuleDlg (this=0x86ad638, pParent=0x0, title=@0x86908b4, where=, dlg_size=) at amuleDlg.cpp:137
#9 0x082c9de6 in CamuleGuiApp::InitGui (this=0x8690770, geometry_enabled=false, geom_string=@0xbfffef90) at amule-gui.cpp:322
#10 0x082c2861 in CamuleApp::OnInit (this=0x8690770) at amule.cpp:575
#11 0x082c9a94 in CamuleGuiApp::OnInit (this=0x8690770) at amule-gui.cpp:198
#12 0x40254091 in wxEntry () from /usr/lib/libwx_gtk-2.4.so
#13 0x082c9958 in main (argc=1, argv=0xbffff154) at amule-gui.cpp:161
(gdb) bt full
#0 0xffffe410 in ?? ()
No symbol table info available.
#1 0xbfffe4a8 in ?? ()
No symbol table info available.
#2 0x00000006 in ?? ()
No symbol table info available.
#3 0x40a18529 in abort () from /lib/tls/libc.so.6
No symbol table info available.
#4 0x4099dc25 in __cxxabiv1::__terminate () from /usr/lib/libstdc++.so.5
No symbol table info available.
#5 0x4099dc62 in std::terminate () from /usr/lib/libstdc++.so.5
No symbol table info available.
#6 0x4099dda2 in __cxa_throw () from /usr/lib/libstdc++.so.5
No symbol table info available.
#7 0x082d26c8 in CamuleDlg::Apply_Clients_Skin (this=0x86ad638, file=) at amuleDlg.cpp:1171
client_header_found = 23
bitmaps_found = {{found = false, filename = }, {found = false, filename = }, {found = false,
filename = }, {found = false, filename = }, {found = false, filename = }, {found = false,
filename = }, {found = false, filename = }, {found = false, filename = }, {found = false,
filename = }, {found = false, filename = }, {found = false, filename = }, {found = false,
filename = }, {found = false, filename = }, {found = false, filename = }, {found = false,
filename = }, {found = false, filename = }, {found = false, filename = }, {found = false,
filename = }, {found = false, filename = }, {found = false, filename = }, {found = false,
filename = }, {found = false, filename = }, {found = false, filename = }}
skinfile =
#8 0x082cd067 in CamuleDlg (this=0x86ad638, pParent=0x0, title=@0x86908b4, where=, dlg_size=) at amuleDlg.cpp:137
override_where = false
override_size = false
s_main = (struct wxFlexGridSizer *) 0x0
p_cnt = (struct wxPanel *) 0x1
#9 0x082c9de6 in CamuleGuiApp::InitGui (this=0x8690770, geometry_enabled=false, geom_string=@0xbfffef90) at amule-gui.cpp:322
geometry_x = 0
---Type to continue, or q to quit---
geometry_y = 0
geometry_width = 800
geometry_height = 600
#10 0x082c2861 in CamuleApp::OnInit (this=0x8690770) at amule.cpp:575
cmdline =
geometry_enabled = false
geom_string =
server =
host =
IPC =
client = (struct wxTCPClient *) 0x86901f0
conn = (struct wxConnectionBase *) 0x0
lMulePrefDir =
xMulePrefDir =
vfile =
newMule =
mnt_tab = (FILE *) 0x86a3548
myaddr = {<> = {}, }
#11 0x082c9a94 in CamuleGuiApp::OnInit (this=0x8690770) at amule-gui.cpp:198
No locals.
#12 0x40254091 in wxEntry () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#13 0x082c9958 in main (argc=1, argv=0xbffff154) at amule-gui.cpp:161
No locals.
¿Alguien puede decirme que esta pasando?