it crashes with the following error: ==6220==ERROR: AddressSanitizer failed to deallocate 0x20000 (131072) bytes at address 0x00014fb34800 ==6220==AddressSanitizer CHECK failed: /Library/Caches/com.apple.xbs/Sources/clang_compiler
I got the following report from HWASAN. The error "((random_buffer_)) != (0) looks like failed assertion inside hwasan, not anything to do with my code. In addition, there is nothing from my code in the stack trace. https://github.com/ll...
Try running under strace to see errno code from the failed sigaltstack call. On Mon, Dec 2, 2019 at 6:38 AM João M. S. Silva ***@***.***> wrote: > Hi, > > I get this error: > > ==26081==AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/s...
LD_LIBRARY_PATH=`pwd` ASAN_OPTIONS=verbosity=1:malloc_context_size=200 ./c_example ==16856==AddressSanitizer: failed to intercept '__isoc99_printf' ==16856==AddressSanitizer: failed to intercept '__isoc99_sprintf' ==16856==AddressSanitizer: failed to intercept '__isoc99_snprintf' ==16856==Ad...
This is another thing we need to follow up as a separate issue. One representative report looks like: If these are indeed false positives, we need to annotate czmq/zmq library codes with TSan's annotation API. Member TSan has an issue with Lua: ...