digitalmars.D.bugs - [Issue 579] New: BufferedFile fails open big files
- d-bugmail puremagic.com (15/15) Nov 19 2006 http://d.puremagic.com/issues/show_bug.cgi?id=579
- d-bugmail puremagic.com (8/8) Apr 29 2007 http://d.puremagic.com/issues/show_bug.cgi?id=579
- d-bugmail puremagic.com (11/11) Apr 29 2007 http://d.puremagic.com/issues/show_bug.cgi?id=579
http://d.puremagic.com/issues/show_bug.cgi?id=579
Summary: BufferedFile fails open big files
Product: D
Version: 0.174
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Phobos
AssignedTo: bugzilla digitalmars.com
ReportedBy: kurtz biox.de
If I try to open a big file (2.6 Gbyte) as BufferedFile I get the message:
Error: Cannot open or create file 'test.xml'
--
Nov 19 2006
http://d.puremagic.com/issues/show_bug.cgi?id=579
thomas-dloop kuehne.cn changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Alexander.Blum gmail.com
*** Bug 1105 has been marked as a duplicate of this bug. ***
--
Apr 29 2007
http://d.puremagic.com/issues/show_bug.cgi?id=579
thomas-dloop kuehne.cn changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
The C API used by phobos only supports (2GB - 1byte) files. While it is
possible to circumvent the issue by using the LARGEFILE64 API that API isn't
guaranteed to be present on all Linux systems.
--
Apr 29 2007









d-bugmail puremagic.com 