You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2015/06/03 00:05:49 UTC

[jira] [Created] (TS-3657) Run tsqa with ASAN (and perhaps a TSAN) builds

Leif Hedstrom created TS-3657:
---------------------------------

             Summary: 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


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:

{
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)