Bug 15522 – StackOverflowException in DParserCOMServer.exe

Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P1
Component
visuald
Product
D
Version
D2
Platform
x86_64
OS
Windows
Creation time
2016-01-06T22:57:00Z
Last change time
2016-01-06T23:34:13Z
Assigned to
nobody
Creator
thomas.hedstrom

Comments

Comment #0 by thomas.hedstrom — 2016-01-06T22:57:26Z
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
Comment #1 by thomas.hedstrom — 2016-01-06T23:34:13Z
*** This issue has been marked as a duplicate of issue 15458 ***