digitalmars.D.bugs - [Issue 15522] New: StackOverflowException in DParserCOMServer.exe
- via Digitalmars-d-bugs (33/33) Jan 06 2016 https://issues.dlang.org/show_bug.cgi?id=15522
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 puremagic.com Reporter: thomas.hedstrom 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 --
Jan 06 2016