aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Latest aMule-cvs-20040611 crash  (Read 2093 times)

b1ng0

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Latest aMule-cvs-20040611 crash
« on: June 13, 2004, 08:28:42 AM »

aMule was running fine in the background for several hours and then crashed with the following:

#0  0x08071fbe in CUpDownClient::GetDownloadState() const (this=0x348)
    at updownclient.h:298
#1  0x0815432a in CPartFile::Process(unsigned, unsigned char) (this=0x89531c0,
    reducedownload=0, m_icounter=1 '\001') at PartFile.cpp:1595
#2  0x080b6ba0 in CDownloadQueue::Process() (this=0x87e0070)
    at DownloadQueue.cpp:373
#3  0x081c3767 in CamuleApp::OnCoreTimer(wxTimerEvent&) (this=0x85c5ce0)
    at amule.cpp:1710
#4  0x41f70fa2 in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) ()
   from /usr/lib/libwx_gtk-2.4.so.0
#5  0x41f70dcf in wxEvtHandler::ProcessEvent(wxEvent&) ()
   from /usr/lib/libwx_gtk-2.4.so.0

#6  0x41ffc9a7 in wxTimerBase::Notify() () from /usr/lib/libwx_gtk-2.4.so.0
#7  0x41f19aac in timeout_callback () from /usr/lib/libwx_gtk-2.4.so.0
#8  0x470043a5 in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0
#9  0x4700335b in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#10 0x47003846 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#11 0x47003af4 in g_main_run () from /usr/lib/libglib-1.2.so.0
#12 0x41ba06af in gtk_main () from /usr/lib/libgtk-1.2.so.0
#13 0x41ed5b32 in wxApp::MainLoop() () from /usr/lib/libwx_gtk-2.4.so.0
#14 0x41f27750 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk-2.4.so.0
#15 0x41ed620d in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so.0
#16 0x081bd3d8 in main (argc=1, argv=0xbffff924) at amule.cpp:152
(gdb) bt full
#0  0x08071fbe in CUpDownClient::GetDownloadState() const (this=0x348)
    at updownclient.h:298
No locals.
#1  0x0815432a in CPartFile::Process(unsigned, unsigned char) (this=0x89531c0,
    reducedownload=0, m_icounter=1 '\001') at PartFile.cpp:1595
        cur_src = (CUpDownClient *) 0x348
        it = {<_List_iterator_base> = {_M_node = 0x8c305a8}, }
        old_trans = 1
        dwCurTick = 448335088

#2  0x080b6ba0 in CDownloadQueue::Process() (this=0x87e0070)
    at DownloadQueue.cpp:373
        cur_file = (class CPartFile *) 0x89531c0
        i = 21
        size = 22
        downspeed = 0
#3  0x081c3767 in CamuleApp::OnCoreTimer(wxTimerEvent&) (this=0x85c5ce0)
    at amule.cpp:1710
        msPrev1 = 3300003
        msPrev5 = 3299596
        msPrevSave = 3242967
        msCur = 3300905
#4  0x41f70fa2 in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) ()
   from /usr/lib/libwx_gtk-2.4.so.0
---Type to continue, or q to quit---
No symbol table info available.
#5  0x41f70dcf in wxEvtHandler::ProcessEvent(wxEvent&) ()
   from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#6  0x41ffc9a7 in wxTimerBase::Notify() () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.



#7  0x41f19aac in timeout_callback () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#8  0x470043a5 in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#9  0x4700335b in g_get_current_time () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#10 0x47003846 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#11 0x47003af4 in g_main_run () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#12 0x41ba06af in gtk_main () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#13 0x41ed5b32 in wxApp::MainLoop() () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#14 0x41f27750 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#15 0x41ed620d in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so.0
---Type to continue, or q to quit---
No symbol table info available.
#16 0x081bd3d8 in main (argc=1, argv=0xbffff924) at amule.cpp:152
No locals.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
RE: Latest aMule-cvs-20040611 crash
« Reply #1 on: June 13, 2004, 04:20:29 PM »

b1ng0,

Try the latest cvs and report if that particular crash is repeated. Dont worry about the messages on the console, they will be a lot, but they are just debug messages.

You have this=0x348 in just like nachbarnebenan yesterdays bt. Interesting coincidence for a screwed pointer value.
Logged

b1ng0

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
RE: Latest aMule-cvs-20040611 crash
« Reply #2 on: June 13, 2004, 11:35:22 PM »

So far so good. I've been running 20040613 cvs for about 5 hours with no problems yet.

b1ng0
Logged