Cada vez que ejecuto amulegui se casca incluso antes de mostrar la menor seƱal del interfaz.
--- GDB backtrace ---
GNU gdb 6.6-debian
This GDB was configured as "x86_64-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/amulegui
[Thread debugging using libthread_db enabled]
[New Thread 47221300707040 (LWP 14870)]
***MEMORY-WARNING***: [14870]: GSlice: g_thread_init() must be called before all other GLib functions; memory corruption due to late invocation of g_thread_init() has been detected; this program is likely to crash, leak or unexpectedly abort soon...
Program received signal SIGABRT, Aborted.
[Switching to Thread 47221300707040 (LWP 14870)]
0x00002af28b1c2ce5 in raise () from /lib/libc.so.6
(gdb) backtrace full
#0 0x00002af28b1c2ce5 in raise () from /lib/libc.so.6
No symbol table info available.
#1 0x00002af28b1c4660 in abort () from /lib/libc.so.6
No symbol table info available.
#2 0x00002af28b1fab9b in ?? () from /lib/libc.so.6
No symbol table info available.
#3 0x00002af28b202050 in ?? () from /lib/libc.so.6
No symbol table info available.
#4 0x00002af28b20578c in free () from /lib/libc.so.6
No symbol table info available.
#5 0x00002af28a046c1e in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
No symbol table info available.
#6 0x00000000005481fd in CoreConnect (parent=0x8b0300, call_fit=true, set_sizer=true) at ../../src/muuli_wdr.cpp:3812
item0 = (struct wxBoxSizer *) 0xa084a0
item1 = (struct wxBoxSizer *) 0xa08740
item2 = (struct wxBoxSizer *) 0xa087e0
item3 = <value optimized out>
item4 = <value optimized out>
item5 = <value optimized out>
item6 = <value optimized out>
item7 = <value optimized out>
item9 = <value optimized out>
item8 = <value optimized out>
item10 = <value optimized out>
item11 = <value optimized out>
item12 = <value optimized out>
item13 = <value optimized out>
item14 = <value optimized out>
item15 = <value optimized out>
item16 = <value optimized out>
item17 = <value optimized out>
item18 = (struct wxBoxSizer *) 0xbc5300
item19 = (struct wxButton *) 0xbc8690
item20 = <value optimized out>
#7 0x000000000042a956 in CEConnectDlg (this=0x8b0300) at ../../src/amule-remote-gui.cpp:89
No locals.
#8 0x000000000042aed8 in CamuleRemoteGuiApp::ShowConnectionDialog (this=0x82fc60) at ../../src/amule-remote-gui.cpp:259
No locals.
#9 0x000000000042e78c in CamuleRemoteGuiApp::OnInit (this=0x82fc60) at ../../src/amule-remote-gui.cpp:245
result = <value optimized out>
#10 0x00000000004331bd in wxAppConsole::CallOnInit (this=0x3a16) at /usr/include/wx-2.8/wx/app.h:76
No locals.
#11 0x00002af28a7227e2 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#12 0x00000000004284c2 in main (argc=1, argv=0x3a16) at ../../src/amule-remote-gui.cpp:140
No locals.
#13 0x00002af28b1af8e4 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#14 0x0000000000427d89 in _start ()
No symbol table info available.
(gdb) info registers
rax 0x0 0
rbx 0x7fff21cb8310 140733760373520
rcx 0xffffffffffffffff -1
rdx 0x6 6
rsi 0x3a16 14870
rdi 0x3a16 14870
rbp 0x2af290dabee0 0x2af290dabee0
rsp 0x7fff21cb8268 0x7fff21cb8268
r8 0x0 0
r9 0x2af28b2a6b40 47221205265216
r10 0x8 8
r11 0x202 514
r12 0x9 9
r13 0x7fff21cb8590 140733760374160
r14 0x7fff21cb8430 140733760373808
r15 0x2af28b2b0618 47221205304856
rip 0x2af28b1c2ce5 0x2af28b1c2ce5 <raise+53>
eflags 0x202 [ IF ]
cs 0x33 51
ss 0x2b 43
ds 0x0 0
es 0x0 0
fs 0x0 0
gs 0x0 0
fctrl 0x37f 895
fstat 0x0 0
ftag 0xffff 65535
fiseg 0x0 0
fioff 0x0 0
foseg 0x0 0
fooff 0x0 0
fop 0x0 0
mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ]
(gdb) thread apply all a[Kbacktrace
Thread 1 (Thread 47221300707040 (LWP 14870)):
#0 0x00002af28b1c2ce5 in raise () from /lib/libc.so.6
#1 0x00002af28b1c4660 in abort () from /lib/libc.so.6
#2 0x00002af28b1fab9b in ?? () from /lib/libc.so.6
#3 0x00002af28b202050 in ?? () from /lib/libc.so.6
#4 0x00002af28b20578c in free () from /lib/libc.so.6
#5 0x00002af28a046c1e in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#6 0x00000000005481fd in CoreConnect (parent=0x8b0300, call_fit=true, set_sizer=true) at ../../src/muuli_wdr.cpp:3812
#7 0x000000000042a956 in CEConnectDlg (this=0x8b0300) at ../../src/amule-remote-gui.cpp:89
#8 0x000000000042aed8 in CamuleRemoteGuiApp::ShowConnectionDialog (this=0x82fc60) at ../../src/amule-remote-gui.cpp:259
#9 0x000000000042e78c in CamuleRemoteGuiApp::OnInit (this=0x82fc60) at ../../src/amule-remote-gui.cpp:245
#10 0x00000000004331bd in wxAppConsole::CallOnInit (this=0x3a16) at /usr/include/wx-2.8/wx/app.h:76
#11 0x00002af28a7227e2 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#12 0x00000000004284c2 in main (argc=1, argv=0x3a16) at ../../src/amule-remote-gui.cpp:140
#13 0x00002af28b1af8e4 in __libc_start_main () from /lib/libc.so.6
#14 0x0000000000427d89 in _start ()
--- GDB backtrace ---