Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-3657

Run tsqa with ASAN (and perhaps a TSAN) builds

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • sometime
    • tsqa
    • None

    Description

      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
      

      Attachments

        Issue Links

          Activity

            People

              jacksontj Thomas Jackson
              zwoop Leif Hedstrom
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: