Skip to content

Issues with ASAN in Windows 10 Ubuntu subsystem #708

Closed
@ztdwu

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions