We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
debian11 clang11 or gcc10.2.1, same issue. run leak sanitizer and got error:
LeakSanitizer: bad pointer ==2694766==Sanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator_secondary.h:177 ((IsAligned(reinterpret_cast(p), page_size_))) != (0) (0, 0)
The text was updated successfully, but these errors were encountered:
Can you describe how to reproduce this issue ?
Sorry, something went wrong.
Hi, is there some way to fix or ignore this issue? I got the same issue in cp2k/cp2k#3301.
Any ideas here? Same problem
No branches or pull requests
debian11 clang11 or gcc10.2.1, same issue.
run leak sanitizer and got error:
LeakSanitizer: bad pointer
==2694766==Sanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator_secondary.h:177 ((IsAligned(reinterpret_cast(p), page_size_))) != (0) (0, 0)
The text was updated successfully, but these errors were encountered: