Crash with programs linked with libasan

Jason Evans jasone at canonware.com
Fri May 20 08:57:45 PDT 2016


> On May 20, 2016, at 6:08 AM, Ruslan Kabatsayev <b7.10110111 at gmail.com> wrote:
> Jemalloc seems to be incompatible with libasan (or am I using it
> incorrectly?). Here's how to reproduce the problem with a simple C
> program:

ASAN uses its own malloc replacement to work much of its magic, so if you explicitly link with a malloc library, bad things will happen.

Jason


More information about the jemalloc-discuss mailing list