The core test suite and unit test suite are the best candidates for generating a report of memory leaks in the iRODS server. Having this information allows the core dev team to resolve the memory leaks and improve stability of the server.
The following requirements must be satisfied to make this work:
Install the externals package for the Clang compiler
Enhancement
The core test suite and unit test suite are the best candidates for generating a report of memory leaks in the iRODS server. Having this information allows the core dev team to resolve the memory leaks and improve stability of the server.
The following requirements must be satisfied to make this work:
export ASAN_SYMBOLIZER_PATH=/opt/irods-externals/clang13.0.0-0/bin/llvm-symbolizer
/tmp/irods_asan_output.<PID>
The plugin tests could also grow support for this as well.