ywkaras commented on PR #9171:
URL: https://github.com/apache/trafficserver/pull/9171#issuecomment-1305941508
I'm having trouble running tsan, I get this error:
```
CXX CompileParseRules.o
c++ -std=c++17 -ggdb3 -pipe -Wall -Wextra -Wno-ignored-qualifiers
-Wno-unused-parameter -Wno-format-truncation -Wno-cast-function-type
-Wno-stringop-overflow -Werror -Wno-invalid-offsetof -Wno-noexcept-type
-Wsuggest-override -fsanitize=thread -mcx16 -D_GNU_SOURCE
-I/opt/oath/openssl/1.1.1/include -DOPENSSL_NO_SSL_INTERN
-I/opt/oath/brotli/1.0/include -I../../include -I/home/wkaras/REPOS/TS/include
-o CompileParseRules /home/wkaras/REPOS/TS/src/tscore/CompileParseRules.cc
/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld: cannot
find libtsan_preinit.o: No such file or directory
/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld: cannot
find -ltsan
collect2: error: ld returned 1 exit status
make[1]: *** [CompileParseRules] Error 1
make[1]: Leaving directory `/home/wkaras/REPOS/TS/src/tscore'
make: *** [all-recursive] Error 1
```
I wanted to check if https://github.com/apache/trafficserver/pull/7382 would
eliminate any thread-sanitizer errors related to freelists.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]