https://issues.dlang.org/show_bug.cgi?id=9131
Denis Shelomovskij <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Denis Shelomovskij <[email protected]> --- (In reply to hsteoh from comment #4) > Found the cause of this bug. It's a stack overflow caused by the transient > range struct using a large static array as buffer: it just takes a few > copies of this struct (since structs are passed by value) to overflow the > stack, upon which memory corruption starts happening. Why memory corruption instead of "Stack overflow" message? Looks like a serous issue. --
