plasma-umass / Mesh

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting `null pointer dereference (signal: 11)` with OpenJDK 16

petrbouda opened this issue · comments

Reproducer:

git clone https://github.com/petrbouda/jvm-memory-allocators-comparison.git
docker build -t jvm-allocators:mesh -f Dockerfile-mesh .
docker run -e MALLOCSTATS=1 jvm-allocators:mesh java -version

libmesh: caught null pointer dereference (signal: 11)