Here is the back trace according to instructions above. If there is some additional info that might be useful, I'll be glad to provide it.
Best regards.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 27545)]
0x4036fac6 in wxSocketBase::Destroy() (this=0x93dfda8) at src/common/socket.cpp:239
239 src/common/socket.cpp: No such file or directory.
in src/common/socket.cpp
Current language: auto; currently c++
(gdb) bt
#0 0x4036fac6 in wxSocketBase::Destroy() (this=0x93dfda8) at src/common/socket.cpp:239
#1 0x08150ffc in CUpDownClient::TryToConnect(bool) ()
#2 0x0816e5d4 in CUpDownClient::AskForDownload() ()
#3 0x081f2783 in CPartFile::Process(unsigned, unsigned char) ()
#4 0x0817cf9b in CDownloadQueue::Process() ()
#5 0x08240108 in TimerProc() ()
#6 0x402e6fa7 in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) (this=0x86535a8,
table=@0x0, event=@0xbffff560) at src/common/event.cpp:954
#7 0x402e6dc3 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x86535a8, event=@0xbffff560)
at src/common/event.cpp:870
#8 0x40387307 in wxTimerBase::Notify() (this=0x8fcac18) at src/common/timercmn.cpp:130
#9 0x402998ad in timeout_callback (data=0x8fcac18) at src/gtk/timer.cpp:46
#10 0x406753a5 in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0
#11 0x4067435b in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#12 0x40674846 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#13 0x40674af4 in g_main_run () from /usr/lib/libglib-1.2.so.0
#14 0x405846af in gtk_main () from /usr/lib/libgtk-1.2.so.0
#15 0x40249de9 in wxApp::MainLoop() (this=0x8633708) at src/gtk/app.cpp:659
#16 0x402a8db7 in wxAppBase::OnRun() (this=0x0) at src/common/appcmn.cpp:142
#17 0x4024a54b in wxEntry(int, char**) (argc=1, argv=0x8372654) at src/gtk/app.cpp:935
#18 0x082414db in main ()
(gdb) bt full
#0 0x4036fac6 in wxSocketBase::Destroy() (this=0x93dfda8) at src/common/socket.cpp:239
No locals.
#1 0x08150ffc in CUpDownClient::TryToConnect(bool) ()
No symbol table info available.
#2 0x0816e5d4 in CUpDownClient::AskForDownload() ()
No symbol table info available.
#3 0x081f2783 in CPartFile::Process(unsigned, unsigned char) ()
No symbol table info available.
#4 0x0817cf9b in CDownloadQueue::Process() ()
No symbol table info available.
#5 0x08240108 in TimerProc() ()
No symbol table info available.
#6 0x402e6fa7 in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) (this=0x86535a8,
table=@0x0, event=@0xbffff560) at src/common/event.cpp:954
entry = { = {m_id = 59742, m_lastId = -1, m_fn = {
__pfn = 0x8246ff0 , __delta = 0},
m_callbackUserData = 0x0}, m_eventType = @0x8371df4}
eventType = 10048
eventId = 59742
#7 0x402e6dc3 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x86535a8, event=@0xbffff560)
at src/common/event.cpp:870
table = (const wxEventTable *) 0x82f1284
#8 0x40387307 in wxTimerBase::Notify() (this=0x8fcac18) at src/common/timercmn.cpp:130
event = { = { = {_vptr.wxObject = 0x404c9e48,
static sm_classwxObject = {m_className = 0x4040b693 "wxObject",
m_baseClassName1 = 0x0, m_baseClassName2 = 0x0, m_objectSize = 8,
m_objectConstructor = 0, m_baseInfo1 = 0x0, m_baseInfo2 = 0x0,
static sm_first = 0x8372cc0, m_next = 0x404ddf40,
static sm_classTable = 0x860b890}, m_refData = 0x0}, m_eventObject = 0x0,
m_eventType = 10048, m_timeStamp = 0, m_id = 59742, m_callbackUserData = 0x0,
m_skipped = false, m_isCommandEvent = false, static sm_classwxEvent = {
m_className = 0x4040edc3 "wxEvent", m_baseClassName1 = 0x4040b693 "wxObject",
m_baseClassName2 = 0x0, m_objectSize = 32, m_objectConstructor = 0,
m_baseInfo1 = 0x404ddea0, m_baseInfo2 = 0x0, static sm_first = 0x8372cc0,
m_next = 0x404da3e0, static sm_classTable = 0x860b890}}, m_interval = 100,
static sm_classwxTimerEvent = {m_className = 0x40424b9a "wxTimerEvent",
m_baseClassName1 = 0x4040edc3 "wxEvent", m_baseClassName2 = 0x0, m_objectSize = 36,
m_objectConstructor = 0x40387130 ,
m_baseInfo1 = 0x404da400, m_baseInfo2 = 0x0, static sm_first = 0x8372cc0,
m_next = 0x404de940, static sm_classTable = 0x860b890}}
#9 0x402998ad in timeout_callback (data=0x8fcac18) at src/gtk/timer.cpp:46
No locals.
#10 0x406753a5 in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#11 0x4067435b in g_get_current_time () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#12 0x40674846 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#13 0x40674af4 in g_main_run () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#14 0x405846af in gtk_main () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#15 0x40249de9 in wxApp::MainLoop() (this=0x8633708) at src/gtk/app.cpp:659
No locals.
#16 0x402a8db7 in wxAppBase::OnRun() (this=0x0) at src/common/appcmn.cpp:142
No locals.
#17 0x4024a54b in wxEntry(int, char**) (argc=1, argv=0x8372654) at src/gtk/app.cpp:935
topWindow = (class wxWindow *) 0x0
err = 0
retValue = 0
#18 0x082414db in main ()
No symbol table info available.
(gdb)