>
> You're trying to pass a pointer to free() that is within the chunk
> header.  Given that the pointer is 0x7fffdc000910, your program is probably
> doing something very wrong (e.g. corrupting a pointer, or trying to free
> memory that came from another allocator), because jemalloc will never
> provide memory to the application with such alignment (i.e. an interior
> pointer to the first page of a chunk).
>
>
>
Thanks, I will keep investigating. But what could be main reason of why the
default memory allocator malloc(3) is not failing ?, I cannot reproduce the
problem without jemalloc.


-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://monkey-project.com
_______________________________________________
jemalloc-discuss mailing list
[email protected]
http://www.canonware.com/mailman/listinfo/jemalloc-discuss

Reply via email to