[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:26:46 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14578
ag0aep6g at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ag0aep6g at gmail.com
--- Comment #5 from ag0aep6g at gmail.com ---
(In reply to Iain Buclaw from comment #4)
> 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
Duplicate of issue 14005 and in turn of issue 13856?
--
More information about the Digitalmars-d-bugs
mailing list