I'm trying to use address sanitizer in xcode debuging an iOS program. However, it crashes with the following error: ==6220==ERROR: AddressSanitizer failed to deallocate 0x20000 (131072) bytes at address 0x00014fb34800 ==6220==AddressSani...
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...
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: ...