Closed
Bug 2029382
Opened 4 months ago
Closed 4 months ago
Report correct error code in posix_spawnp on OSX
Categories
(Core :: IPC, task)
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We always report 0 in the LaunchError:
https://searchfox.org/firefox-main/rev/ef0051e4aedbe5683ee858b1887e69ef9a8f1b4d/ipc/chromium/src/base/process_util_mac.mm#153
| Assignee | ||
Comment 1•4 months ago
|
||
Right now LaunchError is just always zero, which doesn't help solve
why we sometimes fail to launch the GPU process on OSX.
| Assignee | ||
Updated•4 months ago
|
Blocks: always-gpu-process
Pushed by aosmond@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/44c2815cd301
https://hg.mozilla.org/integration/autoland/rev/9c04f131ad27
Report correct error code in posix_spawnp on OSX. r=ipc-reviewers,jld
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•