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 2016/08/04 14:47:20 UTC

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

     [ https://issues.apache.org/jira/browse/TS-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-3657:
------------------------------
    Labels: ASAN  (was: )

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