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 20050304 with unicode crashes  (Read 1848 times)

Mr Faber

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 229
amuled CVS 20050304 with unicode crashes
« on: March 05, 2005, 04:27:15 PM »

amuled CVS 20050304 with unicode crashes. I use CVS of the 4th because I can't compile CVS 20050305.
Code: [Select]
(gdb) bt
#0  0x0000002a956780f9 in raise () from /lib/libpthread.so.0
#1  0x0000002a957d28c9 in DoShowAssertDialog (msg=@0x240e)
    at ./src/common/appbase.cpp:683
#2  0x0000002a957d28dc in wxAppTraitsBase::ShowAssertDialog(wxString const&) (
    this=0x240e, msg=@0x240e) at ./src/common/appbase.cpp:529
#3  0x0000002a957d28f9 in wxConsoleAppTraitsBase::ShowAssertDialog(wxString const&) (this=0x240e, msg=@0x240e) at ./src/common/appbase.cpp:494
#4  0x0000002a957d2acf in ShowAssertDialog (szFile=0x520230, nLine=796,
    szCond=0x530ed0, szMsg=0x0, traits=0x8e5360)
    at ./src/common/appbase.cpp:746
#5  0x0000002a957d2b3a in wxOnAssert(wchar_t const*, int, wchar_t const*, wchar_t const*) (szFile=0x2a958930a0, nLine=9230, szCond=0x5,
    szMsg=0xffffffffffffffff) at app.h:297
#6  0x000000000043f43a in CDownloadQueue::ProcessLocalRequests() (
    this=0xc80210) at DownloadQueue.cpp:796
#7  0x000000000044275a in CDownloadQueue::Process() (this=0xc80210)
    at DownloadQueue.cpp:287
#8  0x00000000004d234d in CamuleApp::OnCoreTimer(wxEvent&) (this=0x8e3430)
    at amule.cpp:1424
#9  0x00000000004d3ada in CamuleDaemonApp::OnRun() (this=0x8e3430)
    at amuled.cpp:155
#10 0x0000002a9580c979 in wxEntry(int&, wchar_t**) (argc=@0x6d8a98,
    argv=0x8c6ff0) at app.h:297
#11 0x00000000004d3962 in main (argc=1, argv=0x240e) at amuled.cpp:117
(gdb) bt full
#0  0x0000002a956780f9 in raise () from /lib/libpthread.so.0
No symbol table info available.
#1  0x0000002a957d28c9 in DoShowAssertDialog (msg=@0x240e)
    at ./src/common/appbase.cpp:683
No locals.
#2  0x0000002a957d28dc in wxAppTraitsBase::ShowAssertDialog(wxString const&) (
    this=0x240e, msg=@0x240e) at ./src/common/appbase.cpp:529
No locals.
#3  0x0000002a957d28f9 in wxConsoleAppTraitsBase::ShowAssertDialog(wxString const&) (this=0x240e, msg=@0x240e) at ./src/common/appbase.cpp:494
No locals.
#4  0x0000002a957d2acf in ShowAssertDialog (szFile=0x520230, nLine=796,
    szCond=0x530ed0, szMsg=0x0, traits=0x8e5360)
    at ./src/common/appbase.cpp:746
s_bNoAsserts = false
msg = { = {static npos = 18446744073709551615,
    m_pchData = 0x168e4f8}, }
#5  0x0000002a957d2b3a in wxOnAssert(wchar_t const*, int, wchar_t const*, wchar_t const*) (szFile=0x2a958930a0, nLine=9230, szCond=0x5,
    szMsg=0xffffffffffffffff) at app.h:297
s_bInAssert = true
#6  0x000000000043f43a in CDownloadQueue::ProcessLocalRequests() (
    this=0xc80210) at DownloadQueue.cpp:796
nPriority = 0 '\0'
cur_file = (class CPartFile *) 0x18d5250
dwBestWaitTime = 4294967295
posNextRequest = {_M_node = 0xc80328}
it = {_M_node = 0x18b93d0}
dataTcpFrame = { = { = {_vptr.CFile = 0x536990,
      m_fd = -1, m_error = false, fFilePath = { = {
          static npos = 18446744073709551615,
          m_pchData = 0x2a95892b38}, }}, m_GrowBytes = 22,
    m_position = 0, m_BufferSize = 0, m_FileSize = 0, m_delete = true,
    m_buffer = 0x0}, = {
    _vptr.CFileDataIO = 0x536aa8}, }
iFiles = 0
iSize = 0
#7  0x000000000044275a in CDownloadQueue::Process() (this=0xc80210)
    at DownloadQueue.cpp:287
downspeed = 0
cur_datarate = 0
#8  0x00000000004d234d in CamuleApp::OnCoreTimer(wxEvent&) (this=0x8e3430)
    at amule.cpp:1424
msPrevSave = 22758724
msPrev1 = 22810529
msPrev5 = 22808694
msCur = 22810631
msPrevHist = 22810000
#9  0x00000000004d3ada in CamuleDaemonApp::OnRun() (this=0x8e3430)
    at amuled.cpp:155
msRun = 1928755055
locker = {m_isOk = true, m_mutex = @0x8e3690}
#10 0x0000002a9580c979 in wxEntry(int&, wchar_t**) (argc=@0x6d8a98,
    argv=0x8c6ff0) at app.h:297
callOnExit = {}
cleanupOnExit = {}
#11 0x00000000004d3962 in main (argc=1, argv=0x240e) at amuled.cpp:117
No locals.

When aMule crashes this log was saved:
Code: [Select]
Debug: DownloadQueue.cpp(796): assert "0" failed.This crash seems to be like the one posted some days ago by me.

cu
Mr Faber
« Last Edit: March 05, 2005, 04:30:01 PM by Mr Faber »
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: amuled CVS 20050304 with unicode crashes
« Reply #1 on: March 05, 2005, 05:52:33 PM »

Mr Faber,

Yes, it is the same indeed. Seems like GonoszTopi didn't read or did not have the time to look at this issue.
Logged