0x34d commented on issue #9158: URL: https://github.com/apache/trafficserver/issues/9158#issuecomment-1290071956
Well, it's not using the clang compiler. This code closes the shell and has a similar issue. ``` #/bin/bash set -x set -e export CC=clang export CXX=clang++ git clean -xdf autoreconf -if ./configure --enable-debug --enable-coverage make -j ``` with GCC it works but with clang, it doesn't. -- 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]
