core.exception.InvalidMemoryOperationError@(0) on File Reading.

David DeWitt via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jun 23 11:49:57 PDT 2015


On Monday, 22 June 2015 at 20:30:40 UTC, David DeWitt wrote:
> I am getting an core.exception.InvalidMemoryOperationError@(0)
>
>      auto recs = f  // Open for reading
>                            .byLineCopy();
>                            .array;  //Here is where is appears 
> to be happening.
>
> [...]

I have had a chance to try the new phobos.  Dealing with the 
errors related to:
http://forum.dlang.org/thread/mm1fdo$q5u$1@digitalmars.com in 
debian.

Gonna mess with it some more when I have a chance.


More information about the Digitalmars-d-learn mailing list