Closed
Bug 368487
Opened 19 years ago
Closed 19 years ago
firefox chokes on directory containing >2GB file
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 278738
People
(Reporter: alfred.peng, Unassigned)
Details
Attachments
(1 file)
|
1.94 KB,
patch
|
Details | Diff | Splinter Review |
When entering the file: URL of a directory that contains a >2GB file, Firefox does nothing. No non-2G content. No errors.
Trussing Firefox shows that it gives up when it encounters a file which causes a non-largefile stat(2) call to fail with EOVERFLOW. The error takes place here: http://lxr.mozilla.org/seamonkey/source/xpcom/io/nsLocalFileUnix.cpp#279.
Solaris has supported >2G file for a long time. It's really necessary for the browser to cope with this.
| Reporter | ||
Comment 1•19 years ago
|
||
The MACRO define allows 32-bit applications to manipulate large files(>2G) on Solaris.
Any similar support on the other platforms?
Attachment #253097 -
Flags: review?(benjamin)
Comment 2•19 years ago
|
||
See bug 278738, this looks like a duplicate.
| Reporter | ||
Comment 3•19 years ago
|
||
=> Yes, duplicate.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 4•19 years ago
|
||
Comment on attachment 253097 [details] [diff] [review]
Patch v1
If I'm supposed to review this, please attach it to an open bug ;-)
Attachment #253097 -
Flags: review?(benjamin)
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•