hpcgarage / spatter

Benchmark for measuring the performance of sparse and irregular memory access.
Other
75 stars 15 forks source link

ASAN reports Invalid alignment requested in aligned_alloc #173

Open christopherscott0 opened 9 months ago

christopherscott0 commented 9 months ago

ASAN reports Invalid alignment call aligned_alloc from sp_alloc()

Example: Invalid alignment requested in alighned_alloc : 64, alignment must be a power of two and the requested size 0x338 must be a multiple of alignment (thread T0) at 0x7ffff74b5387 __interceptor_aligned_alloc (asan_malloc_linux.cpp:192) at 0x5555555999a1 sp_malloc (sp_alloc.c:46)

This causes the regression tests to fail when they are run using a debug build of spatter on linux.