On 29/01/2011, at 12:58 AM, xtrigger...@gmail.com wrote:

> 
> --37110:0:aspacem  Valgrind: FATAL: aspacem assertion failed:
> --37110:0:aspacem    addr <= addr + len - 1
> --37110:0:aspacem    at m_aspacemgr/aspacemgr-linux.c:3440 
> (add_mapping_callback)
> --37110:0:aspacem  Exiting now.
> logout
> 
> :-(
> 
> Thanks again for any other insight,

Quick Google shows you're not the only one with a problem:

http://www.mail-archive.com/valgrind-users@lists.sourceforge.net/msg01801.html
https://bugs.kde.org/show_bug.cgi?id=205241#c80
http://markmail.org/message/rxkvvfgqozlepq3y

The assert in question seems to be this:


static void add_mapping_callback(Addr addr, SizeT len, UInt prot, 
                                 ULong dev, ULong ino, Off64T offset, 
                                 const UChar *filename)
{
   // derived from sync_check_mapping_callback()

   Int iLo, iHi, i;

   if (len == 0) return;

   /* The kernel should not give us wraparounds. */
   aspacem_assert(addr <= addr + len - 1); 



--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to