[llvm-dev] asan over WSL

Jatin Bhateja via llvm-dev llvm-dev at lists.llvm.org
Sat Dec 2 12:59:19 PST 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171203/6d01d86f/attachment.html>


More information about the llvm-dev mailing list