Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASAN reports Invalid alignment requested in aligned_alloc #173

Open
christopherscott0 opened this issue Jan 24, 2024 · 0 comments
Open

ASAN reports Invalid alignment requested in aligned_alloc #173

christopherscott0 opened this issue Jan 24, 2024 · 0 comments

Comments

@christopherscott0
Copy link

christopherscott0 commented Jan 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant