[Issue 14578] [ddemangle] core.exception.InvalidMemoryOperationError@(0) handling large symbol list
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu May 14 04:12:44 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14578
--- Comment #4 from Iain Buclaw <ibuclaw at gdcproject.org> ---
OK, got a reduced test:
---
import std.stdio;
void main()
{
foreach (line; stdin.byLine())
{
}
}
---
Only require two lines of stdin with the following constraints:
#1 Line: Length >= 510 && Length <= 1021
#2 Line: Length == 1023
--
More information about the Digitalmars-d-bugs
mailing list