cvs commit: src/lib/libc/stdlib malloc.c

Coleman Kane zombyfork at gmail.com
Wed Jan 31 23:15:03 UTC 2007


On 1/31/07, Jason Evans <jasone at freebsd.org> wrote:
>
> jasone      2007-01-31 22:54:19 UTC
>
>   FreeBSD src repository
>
>   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 <ad at netbsd.org>
>
>   Revision  Changes    Path
>   1.139     +56 -44    src/lib/libc/stdlib/malloc.c
> _______________________________________________
> cvs-src at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-src
> To unsubscribe, send any mail to "cvs-src-unsubscribe at freebsd.org"
>

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.

--
Coleman Kane


More information about the cvs-all mailing list