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
I use address sanitizers to compile my C++ programs (-fsanitize=address -fno-omit-frame-pointer). When I run the binaries it outputs:
==10714==ASan runtime does not come first in initial library list;
you should either link runtime to your application or manually preload it with LD_PRELOAD.
Without those flags, it works correctly.
The text was updated successfully, but these errors were encountered:
I use address sanitizers to compile my C++ programs (
-fsanitize=address -fno-omit-frame-pointer
). When I run the binaries it outputs:Without those flags, it works correctly.
The text was updated successfully, but these errors were encountered: