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 <[email protected]>
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
_______________________________________________
jemalloc-discuss mailing list
[email protected]
http://www.canonware.com/mailman/listinfo/jemalloc-discuss

Reply via email to