ywkaras commented on issue #10295:
URL: 
https://github.com/apache/trafficserver/issues/10295#issuecomment-1718339788

   I'm not able to reproduce this problem, `test_RWW` and `test_jsonrpcserver` 
run with no leaks.  I am testing on master, commit 
`55f6901951c9267aab2029ac8e2422e895e8dbb0`.  Here is my `config.nice`:
   ```
   #! /bin/sh
   #
   # Created by configure
   
   CC="/usr/bin/gcc"; export CC
   NM=""; export NM
   CFLAGS=" "; export CFLAGS
   CXXFLAGS="-I/opt/edge/imagemagick/7.1/include/ImageMagick-7"; export CXXFLAGS
   LDFLAGS="-L/opt/edge/libssh2/1.9/lib -L/opt/edge/nghttp2/1.43/lib 
-L/opt/edge/imagemagick/7.1/lib -L/opt/edge/libunwind/1.5/lib"; export LDFLAGS
   "./configure" \
   "--with-openssl=/opt/edge/openssl/1.1.1" \
   "--enable-experimental-plugins" \
   "--enable-example-plugins" \
   "--enable-expensive-tests" \
   "--with-brotli=/opt/edge/brotli/1.0/include:/opt/edge/brotli/1.0/lib" \
   "--with-pcre=/opt/edge/pcre/8.45" \
   "--with-cjose=/home/wkaras/REPOS/CJOSE" \
   "--enable-debug" \
   "--enable-lsan" \
   "--enable-ccache" \
   "--enable-werror" \
   "--enable-yaml-headers" \
   "--prefix=/home/wkaras/TSX/TS" \
   "--exec-prefix=/home/wkaras/TSX/TS" \
   
"PKG_CONFIG_PATH=/opt/edge/openssl/1.1.1/lib/pkgconfig:/opt/edge/libidn/1.38/lib/pkgconfig:/opt/edge/libevent/2.1/lib/pkgconfig:/opt/edge/protobuf/3.17/lib/pkgconfig:/opt/edge/protobuf-c/1.4/lib/pkgconfig:/opt/edge/pcre/8.45/lib/pkgconfig:/opt/edge/json-c/0.15/lib/pkgconfig:/opt/edge/libc-ares/1.18/lib/pkgconfig:/opt/edge/jansson/2.14/lib/pkgconfig:/opt/edge/jemalloc/5.3/lib/pkgconfig:/opt/edge/brotli/1.0/lib/pkgconfig:/opt/edge/nghttp2/1.43/lib/pkgconfig:/opt/edge/libssh2/1.10/lib/pkgconfig:/opt/edge/libcurl/7.88/lib/pkgconfig:/opt/edge/libcurl/8.0/lib/pkgconfig:/opt/edge/libjpeg-turbo/2.1/lib/pkgconfig:/opt/edge/libpng/1.6/lib/pkgconfig:/opt/edge/libwebp/1.2/lib/pkgconfig:/opt/edge/expat/2.4/lib/pkgconfig:/opt/edge/jose/11.0/lib/pkgconfig:/opt/edge/libicu/65.1/lib/pkgconfig:/opt/edge/libxml2/2.10/lib/pkgconfig:/opt/edge/libzip/1.9/lib/pkgconfig:/opt/edge/imagemagick/7.1/lib/pkgconfig:/opt/edge/libunwind/1.5/lib/pkgconfig:/opt/edge/libyaml-cpp/0.7/share/pkgconfig:/opt/edge/libyam
 
l-cpp/0.7/lib/pkgconfig:/opt/edge/numactl/2.0/lib/pkgconfig:/opt/edge/hwloc/2.6/lib/pkgconfig:/opt/edge/libswoc/1.4.2/lib/pkgconfig:/opt/edge/libswoc/1.4.8/lib/pkgconfig:/opt/edge/trafficserver/9.1/lib/pkgconfig"
 \
   "CC=/usr/bin/gcc" \
   "CFLAGS=" \
   "LDFLAGS=-L/opt/edge/libssh2/1.9/lib -L/opt/edge/nghttp2/1.43/lib 
-L/opt/edge/imagemagick/7.1/lib -L/opt/edge/libunwind/1.5/lib" \
   "CXXFLAGS=-I/opt/edge/imagemagick/7.1/include/ImageMagick-7" \
   "$@"
   ```


-- 
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: issues-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to