finally crashed on assert at mallocng(free).
Thread 1 "vmlinux" received signal SIGSEGV, Segmentation fault.
get_meta (p=p@entry=0x703b47d0 "") at
src/malloc/mallocng/meta.h:141
141 assert(meta->mem == base);
(gdb) bt
#0 get_meta (p=p@entry=0x703b47d0 "") at src/malloc/mallocng/meta.h:141
#1 0x0000000070724db3 in __libc_free (p=0x703b47d0) at src/malloc/mallocng/free.c:105
#2 0x00000000708a7c61 in ?? ()
#3 0x0000000000000000 in ?? ()
finally crashed on assert at mallocng(free).