https://llvm.org/bugs/show_bug.cgi?id=23017

            Bug ID: 23017
           Summary: Segmentation fault in std::regex
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

The following program causes a segfault (compiled with Clang 3.7 and libc++
from head):

    #include <regex>
    int main() { std::regex pattern(""); }

(I noticed that r232733 changed the regex code; perhaps this is related? I
didn't have this crash before that revision.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to