kgiusti commented on a change in pull request #608: DISPATCH-1467: enable AddressSanitizer build option (ASAN) URL: https://github.com/apache/qpid-dispatch/pull/608#discussion_r342198543
########## File path: README ########## @@ -159,3 +159,23 @@ displayed in the CTest output. For example: RuntimeError: Errors during teardown: Process XXXX error: exit code 66, expected 0 + +False positives can be suppressed via the tsan.supp file in the tests +directory. + +GCC/Clang Address Sanitizer (ASAN) +---------------------------------- +This option turns on extra run time memory verification, including +leak checks. + +Applicable only to GCC versions >= 7.4 and Clang versions >= 6.0. Review comment: Good catch will update thanks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
