Closed
Bug 1122303
Opened 10 years ago
Closed 10 years ago
nsIProcess::Run doesn't handle EINTR on Mac
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: billm, Assigned: billm)
Details
Attachments
(1 file)
765 bytes,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
When we call waitpid, we need to deal with EINTR. I think we just want to keep waiting.
Attachment #8549948 -
Flags: review?(nfroyd)
Updated•10 years ago
|
Attachment #8549948 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → wmccloskey
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•