Coleman Kane wrote:
      Modified files:
        lib/libc/stdlib      malloc.c
      Log:
      Fix a utrace(2)-related bug in calloc(3).

      Integrate various pedantic cleanups.

      Submitted by:   Andrew Doran <[EMAIL PROTECTED] <mailto:[EMAIL 
PROTECTED]>>

      Revision  Changes    Path
      1.139     +56 -44    src/lib/libc/stdlib/malloc.c
    _______________________________________________

Does this fix the following error I get in GDB alot:
Assertion failed: (mapelm.free == false), function arena_salloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2355.

That assertion failure is likely due to an application bug, specifically a double free.

Jason
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to