You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
feanis
changed the title
CHECK failed in libsanitizer/sanitizer_common/sanitizer_allocator_local_cache.h
A CHECK failed in libsanitizer/sanitizer_common/sanitizer_allocator_local_cache.h
Jun 8, 2023
CHECK failed indicates encountering an sanitizer internal assertion failure.
For your case, 0x64657a696c616974 looks like an ascii string "tialized", I suspect the way you use asan is not right.
Can you provide more information?
How do you enable asan?
Can you provide a minimal reproducer?
Did you try clang?
Following check is getting failed on gcc-9.3.0/libasan.so.5,
==XXXXXXXX==13587==AddressSanitizer CHECK failed: ../../../../../../../../../work-shared/gcc-9.3.0-r0/gcc-9.3.0/libsanitizer/sanitizer_common/sanitizer_allocator_local_cache.h:160 "((class_id)) < ((kNumClasses))" (0x64657a696c616974, 0x36)
#0 0x7f9ba5d380 (/PPP/XXXX/YY/lib/libasan.so.5+0xf7380)
#1 0x7f9ba78af4 (/PPP/XXXX/YY/lib/libasan.so.5+0x112af4)
#2 0x7f9b99372c (/PPP/XXXX/YY/lib/libasan.so.5+0x2d72c)
#3 0x7f9b990968 (/PPP/XXXX/YY/lib/libasan.so.5+0x2a968)
#4 0x7f9ba62128 (/PPP/XXXX/YY/libasan.so.5+0xfc128)
#5 0x7f9ad7827c (/lib/libpthread.so.0+0x827c)
#6 0x7f9ad7840c (/lib/libpthread.so.0+0x840c)
#7 0x7f9aad08f8 (/lib/libc.so.6+0xcf8f8)
please help me to address the above issue.
The text was updated successfully, but these errors were encountered: