Closed
Bug 1706526
Opened 5 years ago
Closed 5 years ago
Check for `dup` failures in IPC shared memory
Categories
(Core :: IPC, task)
Core
IPC
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: jld, Assigned: jld)
References
Details
Attachments
(1 file)
There's one place in the shared memory code where we're not checking for failure from dup — i.e., exhausting the file descriptor limit — and we should be. If nothing else, having an actual error at the initial point of failure would have saved time figuring out what was going on in bug 1704526.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6f54c2bc15b9
Check for failure to duplicate shared memory file descriptors. r=nika
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•