Re: Stack Overflow error missing

2011-10-07 Thread bearophile
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

Re: Stack Overflow error missing

2011-10-06 Thread Jonathan M Davis
On Friday, October 07, 2011 05:28:39 Andrej Mitrovic wrote: > 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 re

Stack Overflow error missing

2011-10-06 Thread Andrej Mitrovic
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 h