Mono-D icon indicating copy to clipboard operation
Mono-D copied to clipboard

Infinite recursion in go to definition causes Stack Overflow

Open Orvid opened this issue 10 years ago • 2 comments

How to reproduce:

Using git HEAD versions of Phobos, and druntime, open std\regex\package.d, and find line 343. Once there, tell Xamarin Studio to go to the definition of StaticRegex. It will go to the definition, but wait a couple of seconds, and it will crash due to a stack overflow.

Orvid avatar Jan 15 '15 03:01 Orvid

I just had such a case, but due to my 8 GB of installed Ram, it wasn't crashing but just leaking 5GB :D

aBothe avatar Jan 22 '15 09:01 aBothe

Okay, that issue was just a small inifiniloop, so probably not the actual issue. Can't reproduce it though.

aBothe avatar Jan 22 '15 09:01 aBothe