[LLVMbugs] [Bug 23017] New: Segmentation fault in std::regex

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 25 02:41:36 PDT 2015


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: unassignedclangbugs at nondot.org
          Reporter: tkoeppe at google.com
                CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150325/17d34ada/attachment.html>


More information about the llvm-bugs mailing list