Now (without skin) i have this:
(gdb) start
Breakpoint 1 at 0x8207b45: file amule-gui.cpp, line 95.
Starting program: /media/Datos/Compartido/jvp/Linux/amule/amule-cvs/src/amule
[Thread debugging using libthread_db enabled]
[New Thread -1228249424 (LWP 4923)]
[Switching to Thread -1228249424 (LWP 4923)]
main (argc=1, argv=0xbfe07d94) at amule-gui.cpp:95
95 IMPLEMENT_APP(CamuleGuiApp)
(gdb) c
Continuing.
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
[New Thread -1230066784 (LWP 4928)]
HTTP download thread started
[New Thread -1249256544 (LWP 4937)]
[New Thread -1257649248 (LWP 4938)]
Loading temp files from /media/Datos/eMule/Temp.
Loading PartFile 4 of 11HTTP download thread started
HTTP download thread ended
Loading PartFile 11 of 11
All PartFiles Loaded.
ListenSocket: Ok.
*** TCP socket (ECServer) listening on 0.0.0.0:4714
*** Server UDP socket (TCP+3) at 0.0.0.0:14665
*** TCP socket (TCP) listening on 0.0.0.0:14662
*** Client UDP socket (extended eMule) at 0.0.0.0:14672
Adding file /media/Datos/eMule/Temp/003.part.met to shares
Adding file /media/Datos/eMule/Temp/004.part.met to shares
Adding file /media/Datos/eMule/Temp/005.part.met to shares
Adding file /media/Datos/eMule/Temp/007.part.met to shares
Adding file /media/Datos/eMule/Temp/008.part.met to shares
Adding file /media/Datos/eMule/Temp/009.part.met to shares
Adding file /media/Datos/eMule/Temp/010.part.met to shares
Adding file /media/Datos/eMule/Temp/012.part.met to shares
Adding file /media/Datos/eMule/Temp/014.part.met to shares
Adding file /media/Datos/eMule/Temp/018.part.met to shares
[Thread -1257649248 (zombie) exited]
[New Thread -1266041952 (LWP 4939)]
HTTP download thread started
[New Thread -1274434656 (LWP 4941)]
[New Thread -1282827360 (LWP 4942)]
Host: amule.sourceforge.net:80
URL: [URL]http://amule.sourceforge.net/lastversion[/URL]
Response: 200 (Error: 0)
Download size: 6
HTTP download thread ended
[Thread -1230066784 (zombie) exited]
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
(amule:4923): Gdk-CRITICAL **: gdk_pixmap_foreign_new_for_display: assertion `(anid != 0)' failed
(amule:4923): Gdk-CRITICAL **: gdk_draw_drawable: assertion `src != NULL' failed
(amule:4923): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Host: kent.dl.sourceforge.net:80
URL: [URL]http://kent.dl.sourceforge.net/sourceforge/emulepawcio/ipfilter.dat[/URL]
Response: 200 (Error: 0)
Download size: 10408030
[New Thread -1230066784 (LWP 4944)]
HTTP download thread started
HTTP download thread ended
[Thread -1230066784 (zombie) exited]
[New Thread -1293943904 (LWP 4945)]
HTTP download thread started
HTTP download thread ended
[Thread -1293943904 (zombie) exited]
[Thread -1274434656 (zombie) exited]
Program received signal SIGSEGV, Segmentation fault.
0xb7cdee8f in wxGIFDecoder::GetFrameSize ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
(gdb) bt
#0 0xb7cdee8f in wxGIFDecoder::GetFrameSize ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#1 0xb7cdeb94 in wxGIFDecoder::ConvertToImage ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#2 0x083b6081 in MuleGIFDecoder::ConvertToImage (this=0x8eacf10,
image=0xbfe07974) at MuleGifCtrl.cpp:59
#3 0x083b50ed in MuleGifCtrl::OnTimer (this=0x8ea8240) at MuleGifCtrl.cpp:160
#4 0xb79a94af in wxAppConsole::HandleEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
#5 0xb7a4c23c in wxEvtHandler::ProcessEventIfMatches ()
from /usr/lib/libwx_baseu-2.8.so.0
#6 0xb7a4c40e in wxEventHashTable::HandleEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
#7 0xb7a4c5b6 in wxEvtHandler::ProcessEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
#8 0xb7d26d37 in wxTimerBase::Notify ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#9 0xb7c0b077 in wxTimer::Start () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#10 0xb742cdd6 in g_source_get_current_time () from /usr/lib/libglib-2.0.so.0
#11 0xb742c802 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#12 0xb742f7df in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#13 0xb742fb89 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#14 0xb71e0574 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
---Type to continue, or q to quit---
#15 0xb7c02454 in wxEventLoop::Run () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#16 0xb7ca0b97 in wxAppBase::MainLoop ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#17 0xb7ca0c3f in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#18 0xb79e355e in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#19 0xb79e3612 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#20 0x08207b54 in main (argc=149606528, argv=0x8eac600) at amule-gui.cpp:95
(gdb) bt full
#0 0xb7cdee8f in wxGIFDecoder::GetFrameSize ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
No symbol table info available.
#1 0xb7cdeb94 in wxGIFDecoder::ConvertToImage ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
No symbol table info available.
#2 0x083b6081 in MuleGIFDecoder::ConvertToImage (this=0x8eacf10,
image=0xbfe07974) at MuleGifCtrl.cpp:59
No locals.
#3 0x083b50ed in MuleGifCtrl::OnTimer (this=0x8ea8240) at MuleGifCtrl.cpp:160
frame =
#4 0xb79a94af in wxAppConsole::HandleEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#5 0xb7a4c23c in wxEvtHandler::ProcessEventIfMatches ()
from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#6 0xb7a4c40e in wxEventHashTable::HandleEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#7 0xb7a4c5b6 in wxEvtHandler::ProcessEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
---Type to continue, or q to quit---
#8 0xb7d26d37 in wxTimerBase::Notify ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
No symbol table info available.
#9 0xb7c0b077 in wxTimer::Start () from /usr/lib/libwx_gtk2u_core-2.8.so.0
No symbol table info available.
#10 0xb742cdd6 in g_source_get_current_time () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#11 0xb742c802 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#12 0xb742f7df in g_main_context_check () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#13 0xb742fb89 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#14 0xb71e0574 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#15 0xb7c02454 in wxEventLoop::Run () from /usr/lib/libwx_gtk2u_core-2.8.so.0
No symbol table info available.
#16 0xb7ca0b97 in wxAppBase::MainLoop ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
No symbol table info available.
#17 0xb7ca0c3f in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u_core-2.8.so.0
No symbol table info available.
#18 0xb79e355e in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
---Type to continue, or q to quit---
No symbol table info available.
#19 0xb79e3612 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#20 0x08207b54 in main (argc=149606528, argv=0x8eac600) at amule-gui.cpp:95
No locals.
(gdb) thread apply all bt
Thread 7 (Thread -1282827360 (LWP 4942)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7f8ea8c in pthread_cond_timedwait@@GLIBC_2.3.2 ()
from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb7a4a0c9 in wxConditionInternal::WaitTimeout ()
from /usr/lib/libwx_baseu-2.8.so.0
#3 0xb7a4a11b in wxCondition::WaitTimeout ()
from /usr/lib/libwx_baseu-2.8.so.0
#4 0xb7a4a7b6 in wxSemaphoreInternal::WaitTimeout ()
from /usr/lib/libwx_baseu-2.8.so.0
#5 0xb7a4a83b in wxSemaphore::WaitTimeout ()
from /usr/lib/libwx_baseu-2.8.so.0
#6 0x08317e22 in CTimerThread::Entry (this=0x87bba30) at Timer.cpp:63
#7 0xb7a4b48c in wxThreadInternal::PthreadStart ()
from /usr/lib/libwx_baseu-2.8.so.0
#8 0xb7a4b4e5 in wxPthreadStart () from /usr/lib/libwx_baseu-2.8.so.0
#9 0xb7f8b504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#10 0xb77d851e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 5 (Thread -1266041952 (LWP 4939)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb77d1321 in select () from /lib/tls/i686/cmov/libc.so.6
---Type to continue, or q to quit---
#2 0xb7acc0f5 in GSocket::Input_Timeout ()
from /usr/lib/libwx_baseu_net-2.8.so.0
#3 0xb7acd1e2 in GSocket::Read () from /usr/lib/libwx_baseu_net-2.8.so.0
#4 0xb7ac82c4 in wxSocketBase::_Read () from /usr/lib/libwx_baseu_net-2.8.so.0
#5 0xb7ac84a5 in wxSocketBase::Read () from /usr/lib/libwx_baseu_net-2.8.so.0
#6 0xb7ac6ac7 in wxSocketInputStream::OnSysRead ()
from /usr/lib/libwx_baseu_net-2.8.so.0
#7 0xb7abebf4 in wxHTTPStream::OnSysRead ()
from /usr/lib/libwx_baseu_net-2.8.so.0
#8 0xb7a01475 in wxInputStream::Read () from /usr/lib/libwx_baseu-2.8.so.0
#9 0x08146bfd in CHTTPDownloadThread::Entry (this=0x8ea7438)
at HTTPDownload.cpp:209
#10 0xb7a4b48c in wxThreadInternal::PthreadStart ()
from /usr/lib/libwx_baseu-2.8.so.0
#11 0xb7a4b4e5 in wxPthreadStart () from /usr/lib/libwx_baseu-2.8.so.0
#12 0xb7f8b504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#13 0xb77d851e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 3 (Thread -1249256544 (LWP 4937)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7f91bf6 in __nanosleep_nocancel ()
from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb7a50357 in wxMicroSleep () from /usr/lib/libwx_baseu-2.8.so.0
---Type to continue, or q to quit---
#3 0xb7a5038c in wxMilliSleep () from /usr/lib/libwx_baseu-2.8.so.0
#4 0xb7a494af in wxThread::Sleep () from /usr/lib/libwx_baseu-2.8.so.0
#5 0x08193830 in UploadBandwidthThrottler::Entry (this=0x8dbaf28)
at UploadBandwidthThrottler.cpp:321
#6 0xb7a4b48c in wxThreadInternal::PthreadStart ()
from /usr/lib/libwx_baseu-2.8.so.0
#7 0xb7a4b4e5 in wxPthreadStart () from /usr/lib/libwx_baseu-2.8.so.0
#8 0xb7f8b504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb77d851e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 1 (Thread -1228249424 (LWP 4923)):
#0 0xb7cdee8f in wxGIFDecoder::GetFrameSize ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#1 0xb7cdeb94 in wxGIFDecoder::ConvertToImage ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#2 0x083b6081 in MuleGIFDecoder::ConvertToImage (this=0x8eacf10,
image=0xbfe07974) at MuleGifCtrl.cpp:59
#3 0x083b50ed in MuleGifCtrl::OnTimer (this=0x8ea8240) at MuleGifCtrl.cpp:160
#4 0xb79a94af in wxAppConsole::HandleEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
#5 0xb7a4c23c in wxEvtHandler::ProcessEventIfMatches ()
from /usr/lib/libwx_baseu-2.8.so.0
#6 0xb7a4c40e in wxEventHashTable::HandleEvent ()
---Type to continue, or q to quit---
from /usr/lib/libwx_baseu-2.8.so.0
#7 0xb7a4c5b6 in wxEvtHandler::ProcessEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
#8 0xb7d26d37 in wxTimerBase::Notify ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#9 0xb7c0b077 in wxTimer::Start () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#10 0xb742cdd6 in g_source_get_current_time () from /usr/lib/libglib-2.0.so.0
#11 0xb742c802 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#12 0xb742f7df in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#13 0xb742fb89 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#14 0xb71e0574 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#15 0xb7c02454 in wxEventLoop::Run () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#16 0xb7ca0b97 in wxAppBase::MainLoop ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#17 0xb7ca0c3f in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#18 0xb79e355e in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#19 0xb79e3612 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#20 0x08207b54 in main (argc=149606528, argv=0x8eac600) at amule-gui.cpp:95