bryancall commented on PR #11014: URL: https://github.com/apache/trafficserver/pull/11014#issuecomment-1970008479
Valgring test ``` 14:13:05 zeus:(regex_interface)~/dev/apache/trafficserver/build$ ninja && valgrind ./src/tsutil/test_tsutil [0/2] Re-checking globbed directories... [152/152] Linking CXX executable src/traffic_server/traffic_server ==1309146== Memcheck, a memory error detector ==1309146== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==1309146== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==1309146== Command: ./src/tsutil/test_tsutil ==1309146== =============================================================================== All tests passed (182 assertions in 8 test cases) ==1309146== ==1309146== HEAP SUMMARY: ==1309146== in use at exit: 288 bytes in 6 blocks ==1309146== total heap usage: 2,955 allocs, 2,949 frees, 684,530 bytes allocated ==1309146== ==1309146== LEAK SUMMARY: ==1309146== definitely lost: 0 bytes in 0 blocks ==1309146== indirectly lost: 0 bytes in 0 blocks ==1309146== possibly lost: 0 bytes in 0 blocks ==1309146== still reachable: 288 bytes in 6 blocks ==1309146== suppressed: 0 bytes in 0 blocks ==1309146== Rerun with --leak-check=full to see details of leaked memory ==1309146== ==1309146== For lists of detected and suppressed errors, rerun with: -s ==1309146== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) ``` -- 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]
