stderred icon indicating copy to clipboard operation
stderred copied to clipboard

Doesn't work with sanitisers

Open madhur4127 opened this issue 7 years ago • 0 comments

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.

madhur4127 avatar Dec 17 '18 12:12 madhur4127