Closed
Description
The output of a C++ program built with -fsanitize=address in the new Windows 10 Ubuntu subsystem:
==6089==Sanitizer CHECK failed: /build/llvm-toolchain-3.8-mC_dbv/llvm-toolchain-3.8-3.8/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc:57 ((IsOneOf(*current_, 's', 'p'))) != (0) (0, 0)
The program:
int main() { }Tested with gcc4.8, gcc5, gcc6, clang3.7, clang3.8
Metadata
Assignees
Labels
No labels
Activity