aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: current cvs : 19-03-2004  (Read 2564 times)

kakaouete

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 131
    • http://ro.crazydwarves.org
current cvs : 19-03-2004
« on: March 19, 2004, 08:27:24 PM »

last cvs that deltahf give me (not the berlios one :)

Code: [Select]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 2771)]
0x08178361 in CList::Find(CUpDownClient*, _POSITION*) const (this=0x1d8, searchValue=0x8b8a950, startAfter=0x0)
    at CTypedPtrList.h:372
372         MYNODE* n = head;
(gdb) q
The program is running.  Exit anyway? (y or n) n
Not confirmed.
(gdb) bt full
#0  0x08178361 in CList::Find(CUpDownClient*, _POSITION*) const (this=0x1d8, searchValue=0x8b8a950, startAfter=0x0)
    at CTypedPtrList.h:372
        n = (MyNode *) 0x20
#1  0x08181bd8 in CUpDownClient::DoSwap(CPartFile*, bool) (this=0x8b8a950, SwapTo=0x8992e00, bRemoveCompletely=true) at DownloadClient.cpp:1033
        pos = 0x8c0a4d0
#2  0x0818213f in CUpDownClient::SwapToAnotherFile(bool, bool, bool, CPartFile*) (this=0x8b8a950, bIgnoreNoNeeded=true, ignoreSuspensions=true,
    bRemoveCompletely=true, toFile=0x0) at DownloadClient.cpp:1146
        SwapTo = (class CPartFile *) 0x8992e00
        cur_file = (class CPartFile *) 0x8992e00
        cur_prio = 1
        finalpos = 0x8c0a4c8
        usedList = (class CTypedPtrList,CPartFile*> *) 0x8b8ab40
#3  0x08154d88 in CUpDownClient::Disconnected() (this=0x8b8a950) at BaseClient.cpp:1122
        bDelete = false
#4  0x081420f9 in CClientReqSocket::Disconnect() (this=0x8cc8798) at ListenSocket.cpp:115
No locals.
#5  0x08142083 in CClientReqSocket::CheckTimeOut() (this=0x8cc8798) at ListenSocket.cpp:97
No locals.
#6  0x08147dbe in CListenSocket::Process() (this=0x89a30c0) at ListenSocket.cpp:1106
        cur_sock = (CClientReqSocket *) 0x8cc8798
        pos1 = 0x89b7f60
        pos2 = 0x89b28a0
#7  0x082ab71a in TimerProc() () at UploadQueue.cpp:747
        msPrev1 = 1865161
        msPrev5 = 1865362
        msPrevGraph = 1863092
        msPrevStats = 0
        msPrevSave = 1861332
        msPrevHist = 1865000
        msCur = 1865362
        bStatsVisible = false
        msGraphUpdate = 3000
        sStatsUpdate = 5
#8  0x082b72a8 in CamuleDlg::OnUQTimer(wxTimerEvent&) (this=0x8675360, evt=@0xbffff3c0) at amuleDlg.cpp:338
No locals.
#9  0x402e4667 in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#10 0x402e4483 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#11 0x40387997 in wxTimerBase::Notify() () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#12 0x40294e6d in timeout_callback () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#13 0x40651ec4 in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#14 0x4065103d in g_get_current_time () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#15 0x406514f4 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#16 0x40651724 in g_main_run () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#17 0x40577c3f in gtk_main () from /usr/lib/libgtk-1.2.so.0
---Type to continue, or q to quit---
No symbol table info available.
#18 0x40243a79 in wxApp::MainLoop() () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#19 0x402a4a47 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#20 0x402441db in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#21 0x082af9c2 in main (argc=1, argv=0xbffff614) at amule.cpp:106
No locals.
Logged