[ 
https://issues.apache.org/jira/browse/TS-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14570094#comment-14570094
 ] 

Thomas Jackson commented on TS-3657:
------------------------------------

for ASAN to be useful we'd also have to disable the freelist-- which could 
potentially cover other issues. I'm thinking we could change the CI's 
per-commit runs to ASAN and we could set up a daily/weekly build to run with 
the freelist (at least pre-release)?

> Run tsqa with ASAN (and perhaps a TSAN) builds
> ----------------------------------------------
>
>                 Key: TS-3657
>                 URL: https://issues.apache.org/jira/browse/TS-3657
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: tsqa
>            Reporter: Leif Hedstrom
>            Assignee: Thomas Jackson
>             Fix For: sometime
>
>
> We should just enable ASAN (when available) on the tsqa run(s). We will trip 
> on some other stuff as well, I've filed some other Jira's on that issue.
> But, running all of tsqa through ASAN builds would be very useful. On the CI, 
> you would have to use a different gcc. Specifically:
> {code}
> CC="/opt/gcc/bin/gcc"; export CC
> CXX="/opt/gcc/bin/g++"; export CXX
> CFLAGS="-fsanitize=address -fno-omit-frame-pointer"; export CFLAGS
> CXXFLAGS="-fsanitize=address -fno-omit-frame-pointer"; export CXXFLAGS
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to