http://d.puremagic.com/issues/show_bug.cgi?id=3700
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Don <[email protected]> 2010-01-14 06:41:44 PST --- Nothing to do with foreach. It's just a stack overflow. Reduced test case: void main() { double[1000000] a; } Error: Stack Overflow You can't expect 8Mb of data to be storable on the stack! This will happen in C, as well. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
