-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Solution to issue cannot be found in the documentation.
- I checked the documentation.
Issue
Adding RTLD_DEEPBIND has broken running code that depends on zstandard (and urllib3/requests by extension) together with Address Sanitizer (ASAn):
You are trying to
dlopena$CONDA_PREFIX/lib/python3.10/site-packages/zstandard/backend_c.cpython-310-x86_64-linux-gnu.soshared library withRTLD_DEEPBINDflag which is incompatible with sanitizer runtime (see google/sanitizers#611 for details). If you want to run$CONDA_PREFIX/lib/python3.10/site-packages/zstandard/backend_c.cpython-310-x86_64-linux-gnu.solibrary under sanitizers please removeRTLD_DEEPBINDfromdlopenflags.
(As previously commented here.)
Reactions are currently unavailable