Hello Devs,
This question is regarding compiler-rt asan , I’m constantly getting following error PROMPT>./t.out
==7499==Sanitizer CHECK failed: /mnt/c/Users/sumit/Documents/GitHub/llvm-clean-branch/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc:52 ((IsOneOf(*data_.current, ‘s’, ‘p’))) != (0) (0, 0)
I’m running this over Windows10 Subsystem for Linux,
WSL is somehow not having right permission character as desired by sanitizer in the /proc/self/maps file
Is there any way to get around this issue.
Thanks,
Jatin