aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 09-02-2008 SVN Amuled  (Read 3117 times)

hopelessone

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 107
  • Ubuntu 8.04
09-02-2008 SVN Amuled
« on: February 09, 2008, 03:36:32 PM »

using files from festor...

/usr/include/c++/4.1.3/debug/safe_iterator.h:196:error: attempt to
    dereference a past-the-end iterator.

Objects involved in the operation:
iterator "this" @ 0x0xbff2108c {
type = N11__gnu_debug14_Safe_iteratorISt17_Rb_tree_iteratorISt4pairIKiP16wxEndProcessDataEEN15__gnu_debug_def3mapIiS5_St4lessIiESaIS6_EEEEE (mutable iterator);
  state = past-the-end;
  references sequence with type `N15__gnu_debug_def3mapIiP16wxEndProcessDataSt4lessIiESaISt4pairIKiS2_EEEE' @ 0x0xbff2108c
}

ran in GDB no bt,bt full,thread apply all bt...

going back to (25/01/2008)
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: 09-02-2008 SVN Amuled
« Reply #1 on: February 09, 2008, 10:35:38 PM »

Hi hopelessone,

Would you try tomorrow tarball? Also, please post the output of ~/.aMule/logfile.

Notice that the problem will probably not occurr, but I am interested in why it occurrs. So tell me, do you do anything different to trigger the bug? After trying to trigger it a lot, or after an amount of time enough to be sure that the error would have already occurred, please post the logfile here.

Cheers!
Logged

hopelessone

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 107
  • Ubuntu 8.04
Re: 09-02-2008 SVN Amuled
« Reply #2 on: February 10, 2008, 12:23:12 PM »

phoenix,

it seems to happen after completing a download...i use a script..

[UserEvents/DownloadCompleted]
CoreEnabled=1
CoreCommand=/home/firebox/.aMule/.amule_finish

Code: [Select]
#!/bin/sh

if [ -e /media/hdd_4/Incoming/* ]; then
mv /media/hdd_4/Incoming/* /media/hdd_4/sort/
fi

it dosen't crash on (25/01/2008) SVN.. 
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: 09-02-2008 SVN Amuled
« Reply #3 on: February 10, 2008, 07:49:44 PM »

Yes, thanks! But could you please post the logfile? Preferably after a completed download.

Thanks for your support!
Logged