This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/13047] On 32 bit system (UBUNTU Natty) Cannot open a file of size 5GB


http://sourceware.org/bugzilla/show_bug.cgi?id=13047

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #6 from Rich Felker <bugdal at aerifal dot cx> 2012-05-14 04:22:36 UTC ---
As per my comment last year, I think this issue merits revisiting. Since the
intended protections against bad behavior/file corruption break down when file
descriptors are inherited between programs built with differing values for
_FILE_OFFSET_BITS, and since it's now 2012, I think there's a strong argument
to be made for making 64-bit off_t the default. I know a small but persistent
number of programs on Debian and other mainstream dists are still built without
any attention to _FILE_OFFSET_BITS, and this leads to broken corner case
issues. Fixing this at the libc level makes a lot more sense than fixing it in
every single program...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]