aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: On double click  (Read 2103 times)

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
On double click
« on: May 06, 2004, 01:54:05 PM »

While doubleclicking on a searched file.

Cheers,

Marcelo.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1085341568 (LWP 20364)]
0x08158a6c in CList::GetNext(_POSITION*&) (this=0x91c1304,
    pos=@0xbfebe014) at CTypedPtrList.h:196
196         n = n->next;
(gdb) bt
#0  0x08158a6c in CList::GetNext(_POSITION*&) (
    this=0x91c1304, pos=@0xbfebe014) at CTypedPtrList.h:196
#1  0x0815529e in CUpDownClient::ClearDownloadBlockRequests() (this=0x91c1140) at BaseClient.cpp:1019
#2  0x0815542c in CUpDownClient::Disconnected(CString, bool) (this=0x91c1140, bFromSocket=true)
    at BaseClient.cpp:1061
#3  0x0813f88f in CClientReqSocket::Disconnect(CString) (this=0x925be80,
    strReason={<> = {}, }) at ListenSocket.cpp:141
#4  0x081462f4 in CClientReqSocket::OnError(int) (this=0x925be80, nErrorCode=0) at ListenSocket.cpp:1683
#5  0x0829592b in CamuleDlg::socketHandler(wxSocketEvent&) (this=0x8d5b478, event=@0x907d188)
    at amuleDlg.cpp:441
#6  0x0083fe62 in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) () from /usr/lib/libwx_gtk-2.4.so.0
#7  0x0083fc8f in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/libwx_gtk-2.4.so.0
#8  0x0083fbcb in wxEvtHandler::ProcessPendingEvents() () from /usr/lib/libwx_gtk-2.4.so.0
#9  0x007f6759 in wxAppBase::ProcessPendingEvents() () from /usr/lib/libwx_gtk-2.4.so.0
#10 0x007a407b in wxapp_pending_callback () from /usr/lib/libwx_gtk-2.4.so.0
#11 0x0015b4ef in g_timeout_add () from /usr/lib/libglib-1.2.so.0
#12 0x0015a35b in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#13 0x0015a846 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#14 0x0015aaf4 in g_main_run () from /usr/lib/libglib-1.2.so.0
#15 0x003d66af in gtk_main () from /usr/lib/libgtk-1.2.so.0
#16 0x007a49f2 in wxApp::MainLoop() () from /usr/lib/libwx_gtk-2.4.so.0
#17 0x007f6610 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk-2.4.so.0
#18 0x007a50cd in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so.0
#19 0x0828e1a6 in main (argc=1, argv=0xbfebe4a4) at amule.cpp:114
(gdb) bt full
#0  0x08158a6c in CList::GetNext(_POSITION*&) (
    this=0x91c1304, pos=@0xbfebe014) at CTypedPtrList.h:196
        n = (MyNode *) 0xff4c9a2c
        data = (Requested_Block_Struct *&) @0xff4c9a34: Cannot access memory at address 0xff4c9a34
(gdb)
« Last Edit: May 06, 2004, 01:54:28 PM by phoenix »
Logged