https://issues.dlang.org/show_bug.cgi?id=15522

          Issue ID: 15522
           Summary: StackOverflowException in DParserCOMServer.exe
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: visuald
          Assignee: [email protected]
          Reporter: [email protected]

Overview / Steps to Reproduce:
Hovering over symbol "re" in the following example triggers a
StackOverflowException in DParserCOMServer.exe ...

Example:
import std.stdio;
import std.regex;

int main(string[] argv)
{
    auto re = regex(r"\{.*(?P<name>Microsoft.*)\|\]");
    return 0;
}

Build Date & Hardware:
VisualD 0.3.43 (from installer)
Windows 7 64-bit

Additional Information:
VS2013 Community with Update 5
DMD 2.069.2

Additional Builds and Platforms:
not tested

--

Reply via email to