Failed assertion: "pageind >= map_bias"
Eduardo Silva
edsiper at gmail.com
Thu Dec 10 13:13:18 PST 2015
thanks for the assistance.
I found that the root cause of the problem was:
- duplicate a string buffer with strdup(3)
- release the buffer with je_free()
On Thu, Dec 10, 2015 at 11:57 AM, Daniel Micay <danielmicay at gmail.com>
wrote:
> > 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.
>
> There are no guarantees when it comes to memory corruption. Perhaps you
> can find the issue with Address Sanitizer or Valgrind.
--
Eduardo Silva
http://edsiper.linuxchile.cl
http://monkey-project.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jemalloc.net/mailman/jemalloc-discuss/attachments/20151210/4dfd5bc9/attachment.html>
More information about the jemalloc-discuss
mailing list