Comment 14 for bug 1762683

Revision history for this message
Itay Marom (imarom) wrote :

Hi,

I ran into the same issue while trying to run Python extension (binding over C++ library that was built with libasan).

The only *workaround* I've found was to run patchelf on the Python binary and add fake dependency on libstdc++ (after libasan.so)