Closed
Bug 157770
Opened 24 years ago
Closed 24 years ago
Saving preferences fails sometimes
Categories
(Core :: XPCOM, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mkaply, Assigned: mkaply)
Details
Attachments
(1 file)
|
2.74 KB,
patch
|
dougt
:
review+
mkaply
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
We found that there were cases when creating the backup copy of
prefs.js was failing with TOO_MANY_FILES so we were running out of
filehandles.
Patch attached to check for that specific case and to up the number of
file handles at startup. This was recommended by the OS/2 kernel guy.
| Assignee | ||
Comment 1•24 years ago
|
||
Check for the out of handles error around DosCopy, and add an increase of the
file handles in nsAppRunner.
Comment 2•24 years ago
|
||
Comment on attachment 91531 [details] [diff] [review]
Fix
looks okay. I have not tested it nor can.
r=dougt
Attachment #91531 -
Flags: review+
| Assignee | ||
Comment 3•24 years ago
|
||
Comment on attachment 91531 [details] [diff] [review]
Fix
I'm going to mark this sr=blizzard since all the change is in OS/2 #ifdef or
OS/2 files.
Attachment #91531 -
Flags: superreview+
Comment 4•24 years ago
|
||
Comment on attachment 91531 [details] [diff] [review]
Fix
a=asa (on behalf of drivers) for checkin to 1.1
Attachment #91531 -
Flags: approval+
| Assignee | ||
Comment 5•24 years ago
|
||
fix checked into branch and trunk. Branch approval via emal from chofmann.
You need to log in
before you can comment on or make changes to this bug.
Description
•