Better handle a failure to start a content child process.
Categories
(Core :: DOM: Content Processes, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: bobowen, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
Reporter | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Comment 4•8 years ago
|
||
Reporter | ||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Updated•8 years ago
|
Comment 10•8 years ago
|
||
Updated•7 years ago
|
Comment 11•6 years ago
|
||
Updated•6 years ago
|
Updated•2 years ago
|
Comment 12•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 5 See Also bugs.
:jjalkanen, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 13•2 years ago
|
||
GeckoChildProcessHost::AsyncLaunch
has been largely reworked in the meantime. Which does not mean it cannot be improved, but I think this specific bug is obsolete.
Comment 14•2 years ago
|
||
From the original description of this bug, this is more of a UI problem: when the process launch fails, the user gets a blank page, instead of retrying or showing an error. So, I don't know if the internal rearchitecting of GeckoChildProcessHost
is relevant here.
Comment 15•2 years ago
|
||
(In reply to Jed Davis [:jld] ⟨⏰|UTC-7⟩ ⟦he/him⟧ from comment #14)
From the original description of this bug, this is more of a UI problem: when the process launch fails, the user gets a blank page, instead of retrying or showing an error. So, I don't know if the internal rearchitecting of
GeckoChildProcessHost
is relevant here.
OK, fair enough. I'd say, given that we added at least telemetry and log message here, the minimum requirement of giving "some" feedback has been fulfilled and we can keep this defect closed. But I filed bug 1795821 as an enhancement and made it depend on the bugs that were linked here with "see also" only. I hope that reflects the state better.
Comment 16•2 years ago
|
||
(In reply to Jens Stutte [:jstutte] from comment #15)
But I filed bug 1795821 as an enhancement and made it depend on the bugs that were linked here with "see also" only. I hope that reflects the state better.
That's a good summary of the issues as I understand them; thanks for filing it.
Description
•