Skip to content

SRE-3578 test: suppress OPENSSL_init_crypto() leak#17513

Open
janekmi wants to merge 1 commit intomasterfrom
janekmi/DAOS-18557-add-OPENSSL_init_crypto-supp
Open

SRE-3578 test: suppress OPENSSL_init_crypto() leak#17513
janekmi wants to merge 1 commit intomasterfrom
janekmi/DAOS-18557-add-OPENSSL_init_crypto-supp

Conversation

@janekmi
Copy link
Contributor

@janekmi janekmi commented Feb 5, 2026

Found on EL9.7

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: reachable
   fun:malloc
   fun:CRYPTO_malloc
   fun:CRYPTO_zalloc
   fun:CRYPTO_THREAD_lock_new
   obj:/usr/lib64/libcrypto.so.3.5.1
   fun:__pthread_once_slow
   fun:CRYPTO_THREAD_run_once
   fun:ENGINE_new
   obj:/usr/lib64/libcrypto.so.3.5.1
   fun:__pthread_once_slow
   fun:CRYPTO_THREAD_run_once
   fun:OPENSSL_init_crypto
   obj:/usr/lib64/libcrypto.so.3.5.1
   fun:__pthread_once_slow
   fun:CRYPTO_THREAD_run_once
   fun:CONF_modules_load
   fun:CONF_modules_load_file_ex
   obj:/usr/lib64/libcrypto.so.3.5.1
   fun:__pthread_once_slow
   fun:CRYPTO_THREAD_run_once
}

Test-tag: pr,memcheck

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: reachable
   fun:malloc
   fun:CRYPTO_malloc
   fun:CRYPTO_zalloc
   fun:CRYPTO_THREAD_lock_new
   obj:/usr/lib64/libcrypto.so.3.5.1
   fun:__pthread_once_slow
   fun:CRYPTO_THREAD_run_once
   fun:ENGINE_new
   obj:/usr/lib64/libcrypto.so.3.5.1
   fun:__pthread_once_slow
   fun:CRYPTO_THREAD_run_once
   fun:OPENSSL_init_crypto
   obj:/usr/lib64/libcrypto.so.3.5.1
   fun:__pthread_once_slow
   fun:CRYPTO_THREAD_run_once
   fun:CONF_modules_load
   fun:CONF_modules_load_file_ex
   obj:/usr/lib64/libcrypto.so.3.5.1
   fun:__pthread_once_slow
   fun:CRYPTO_THREAD_run_once
}

Test-tag: pr,memcheck

Signed-off-by: Jan Michalski <jan-marian.michalski@hpe.com>
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Errors are Unable to load ticket data
https://daosio.atlassian.net/browse/SRE-3578

@daosbuild3
Copy link
Collaborator

@janekmi janekmi requested review from grom72 and osalyk February 6, 2026 17:03
@janekmi
Copy link
Contributor Author

janekmi commented Feb 6, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants