[Issue 3298] std.file.read on OSX: "Memory allocation failed"

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3298 Andrei Alexandrescu changed: What|Removed |Added Version|2.032 |D2 --

[Issue 3298] std.file.read on OSX: "Memory allocation failed"

2009-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3298 --- Comment #6 from Michel Fortin 2009-09-06 16:43:40 EDT --- Patched Phobos from SVN working fine, bug fixed. Thanks. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 3298] std.file.read on OSX: "Memory allocation failed"

2009-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3298 --- Comment #5 from Andrei Alexandrescu 2009-09-06 12:28:10 PDT --- (In reply to comment #4) > I can't see any trace of a recent change to std.file. The web interface > doesn't > have it either: > > http://www.dsource.org/projects/phobos/bro

[Issue 3298] std.file.read on OSX: "Memory allocation failed"

2009-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3298 --- Comment #4 from Michel Fortin 2009-09-06 15:14:58 EDT --- I can't see any trace of a recent change to std.file. The web interface doesn't have it either: http://www.dsource.org/projects/phobos/browser/trunk/phobos/std/file.d Am I looking

[Issue 3298] std.file.read on OSX: "Memory allocation failed"

2009-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3298 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3298] std.file.read on OSX: "Memory allocation failed"

2009-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3298 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 3298] std.file.read on OSX: "Memory allocation failed"

2009-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3298 --- Comment #2 from Michel Fortin 2009-09-04 04:14:33 PDT --- Created an attachment (id=445) --> (http://d.puremagic.com/issues/attachment.cgi?id=445) Patch fixing std.file.read on OSX Add a definition for struct_stat64 with the correct l

[Issue 3298] std.file.read on OSX: "Memory allocation failed"

2009-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3298 --- Comment #1 from Michel Fortin 2009-09-03 17:28:35 PDT --- It looks like using this struct definition for "struct_stat64" on OSX fixes the problem. struct struct_stat64// distinguish it from the stat() function { uint st_dev