SuperMalloc icon indicating copy to clipboard operation
SuperMalloc copied to clipboard

make check results in "Aborted (core dumped)"

Open dazzag24 opened this issue 10 years ago • 0 comments

Environment: Ubuntu 15.10

uname -r 4.2.0-22-generic

uname -p x86_64

gcc --version gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010

Steps to reproduce:

git clone https://github.com/kuszmaul/SuperMalloc.git cd SuperMalloc/release make make check

SUPERMALLOC_THREADCACHE=1 ./../release/aligned_alloc Didn't get error on alignment 0 Aborted (core dumped) ../Makefile.include:59: recipe for target '../release/aligned_alloc.check' failed make: *** [../release/aligned_alloc.check] Error 134

dazzag24 avatar Dec 21 '15 17:12 dazzag24