You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/11/04 18:22:56 UTC

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #608: DISPATCH-1467: enable AddressSanitizer build option (ASAN)

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org