You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all of the palam unit tests fail with asan detected and used -- all similar to the following
==8020==LeakSanitizer has encountered a fatal error.
==8020==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
==8020==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc)
it appears this is a well-known issue related to running docker
the centos7-pro image currently includes three packages from the devtoolset software collection
https://github.com/smanders/buildpro/blob/21.04/image/centos7-pro.dockerfile#L24-L26
but not libasan-devel http://mirror.centos.org/centos/7/sclo/x86_64/rh/Packages/d/
The text was updated successfully, but these errors were encountered: