Closed
Bug 1829108
Opened 2 years ago
Closed 2 years ago
Remove Utility specific timeout
Categories
(Core :: IPC, enhancement)
Core
IPC
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
Attachments
(2 files, 2 obsolete files)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Trying to repro:
- make BaseProcessLauncher::PerformAsyncLaunch() wait X ms before self->FinishLaunch()
- make UtilityProcessHost::LaunchTimeout wait Y ms before calling a timeout
- make sure Y << X (e.g. 1ms VS 500ms)
- this should trigger LaunchTimeout
- UtilityProcessManager::StartRemoteDecodingUtilityPromise rejection code should not think we are in shutdown
- MOZ_LOG=timestamp,utilityproc:5 BUILD_DEBUG=1 ./mach test --headless dom/media/webaudio/test/test_decodeAudioDataPromise.html
- Utility process should not have enough time to go through OnChannelConnect
Updated•2 years ago
|
Attachment #9329462 -
Attachment is obsolete: true
Assignee | ||
Comment 3•2 years ago
|
||
From https://bugzilla.mozilla.org/show_bug.cgi?id=1827894#c12 there is no evidence we have any other problem here besides the system just taking several seconds to create the process.
Assignee | ||
Comment 4•2 years ago
|
||
Updated•2 years ago
|
Attachment #9329967 -
Attachment is obsolete: true
Assignee | ||
Updated•2 years ago
|
Summary: Increase local timeout for Utility → Remove Utility specific timeout
Updated•2 years ago
|
Attachment #9331857 -
Attachment description: WIP: Bug 1829108 - Remove Utility specific launch timeout and rely on IPC timeouts → Bug 1829108 - Remove Utility specific launch timeout and rely on IPC timeouts r?#ipc-reviewers!
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D177281
Pushed by alissy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1fd3cc93a75d
Remove Utility specific launch timeout and rely on IPC timeouts r=ipc-reviewers,nika
https://hg.mozilla.org/integration/autoland/rev/f7e66a495369
Relax assertions on UtilityProcessManager r=ipc-reviewers,nika
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1fd3cc93a75d
https://hg.mozilla.org/mozilla-central/rev/f7e66a495369
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•