aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuled CVS 10 june  (Read 2509 times)

aldebaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
amuled CVS 10 june
« on: June 11, 2005, 07:25:38 PM »

--------------------------------------------------------------------------------
A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
    http://forum.amule.org/board.php?boardid=67
If possible, please try to generate a real backtrace of this crash:
    http://www.amule.org/wiki/index.php/Backtraces

----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMuled CVS using wxGTK2 v2.6.0 (Snapshot: Fri Jun 10 07:01:28 CEST 2005)
Running on: Linux 2.4.26-1-386 i686

[2] wxFatalSignalHandler in /usr/local/lib/libwx_base-2.6.so.0[0x40191208]
[3] ?? in /lib/libpthread.so.0 [0x40032825]
[4] ?? in /lib/libc.so.6 [0x403156f8]
[5] ?? in amule-cvs/src/amuled [0x808a8ac]
[6] ?? in amule-cvs/src/amuled [0x806a31d]
[7] ?? in amule-cvs/src/amuled [0x80feef1]
[8] ?? in amule-cvs/src/amuled [0x809054a]
[9] ?? in amule-cvs/src/amuled [0x805be76]
[10] wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const in /usr/local/lib/libwx_base-2.6.so.0[0x400df728]
[11] wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) in /usr/local/lib/libwx_base-2.6.so.0[0x4018b810]
[12] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) in /usr/local/lib/libwx_base-2.6.so.0[0x4018ac7f]
[13] wxEvtHandler::ProcessEvent(wxEvent&) in /usr/local/lib/libwx_base-2.6.so.0[0x4018b9b0]
[14] wxEvtHandler::ProcessPendingEvents() in /usr/local/lib/libwx_base-2.6.so.0[0x4018b746]
[15] wxAppConsole::ProcessPendingEvents() in /usr/local/lib/libwx_base-2.6.so.0[0x400df696]
[16] ?? in amule-cvs/src/amuled [0x806155b]
[17] wxEntry(int&, char**) in /usr/local/lib/libwx_base-2.6.so.0[0x40125408]
[18] ?? in amule-cvs/src/amuled [0x806094b]
[19] __libc_start_main in /lib/libc.so.6[0x40301e36]
[20] wxEvtHandler::ProcessEvent(wxEvent&) in amule-cvs/src/amuled[0x8052ce1]

--------------------------------------------------------------------------------

wxWidgets is 2.6
platform is Debian Sarge
CVS are made from diffs and based on cvs 6 june
before recompiling I cleaned src dir (make distclean) and ran configure script.

A part from this I found that the best amuled behaviour was with amuled cvs 3 june, also traffic shaping seemed to work MUCH better. These last days (with patches from 3 to 6 june) the speed steps are a bit too high and very little aggressive (after some time with full upload bandwith it keeps running at 9 kb/s for lot of time without recognising the connection has come back wealthy). However these are just *impressions*.

Thanks for your hard work!
« Last Edit: June 11, 2005, 07:28:23 PM by aldebaran »
Logged

aldebaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
gdb backtrace
« Reply #1 on: June 11, 2005, 07:29:04 PM »

here is gdb backtrace, hope it helps
NB: sorry for the smiles, they're not intentional!

#0  0x0808aedb in CUpDownClient::UpdateDisplayedInfo (this=0x8ad5388, force=160) at DownloadClient.cpp:1036
#1  0x080891f4 in CUpDownClient::SetDownloadState (this=0x8ad5388, byNewState=3 '\003') at DownloadClient.cpp:481
#2  0x0808803f in CUpDownClient::AskForDownload (this=0x8ad5388) at DownloadClient.cpp:85
#3  0x080fef87 in CPartFile::Process (this=0x8ad39f0, reducedownload=0, m_icounter=136 '\210') at PartFile.cpp:1637
#4  0x0809054a in CDownloadQueue::Process (this=0x8ac9d60) at DownloadQueue.cpp:365
#5  0x0805be76 in CamuleApp::OnCoreTimer (this=0x83eb290) at amule.cpp:1454
#6  0x400df728 in wxAppConsole::HandleEvent () from /usr/local/lib/libwx_base-2.6.so.0
#7  0x4018b810 in wxEvtHandler::ProcessEventIfMatches () from /usr/local/lib/libwx_base-2.6.so.0
#8  0x4018ac7f in wxEventHashTable::HandleEvent () from /usr/local/lib/libwx_base-2.6.so.0
#9  0x4018b9b0 in wxEvtHandler::ProcessEvent () from /usr/local/lib/libwx_base-2.6.so.0
#10 0x4018b746 in wxEvtHandler::ProcessPendingEvents () from /usr/local/lib/libwx_base-2.6.so.0
#11 0x400df696 in wxAppConsole::ProcessPendingEvents () from /usr/local/lib/libwx_base-2.6.so.0
#12 0x0806155b in CamuleDaemonApp::OnRun (this=0x83eb290) at amuled.cpp:400
#13 0x40125408 in wxEntry () from /usr/local/lib/libwx_base-2.6.so.0
#14 0x0806094b in main (argc=1, argv=0x3110962) at amuled.cpp:124
« Last Edit: June 11, 2005, 07:29:43 PM by aldebaran »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: amuled CVS 10 june
« Reply #2 on: June 11, 2005, 07:59:46 PM »

When you post, check " Deactivate smilies in this message.  " ;)
Logged