[Issue 15522] New: StackOverflowException in DParserCOMServer.exe
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jan 6 14:57:26 PST 2016
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: nobody at puremagic.com
Reporter: thomas.hedstrom at mail.com
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
--
More information about the Digitalmars-d-bugs
mailing list