www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Stack Overflow error missing

reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
I'm fairly sure this used to give me a stack overflow error:
void test() {
    test();
}

void main() {
    test();
}

Now it only returns exit code -1073741819.

Could this be related to how WinXP managers error reporting? It's
possible that I have some error reporting service disabled, but I'll
have to check. Is anyone else getting just the exit code?
Oct 06 2011
parent bearophile <bearophileHUGS lycos.com> writes:
Andrej Mitrovic:

 I'm fairly sure this used to give me a stack overflow error:
It's a regression: http://d.puremagic.com/issues/show_bug.cgi?id=6088 Bye, bearophile
Oct 07 2011