ContentChild::QuickExit() should not gently fail in debug builds
Categories
(Core :: DOM: Content Processes, task, P3)
Tracking
()
People
(Reporter: mccr8, Unassigned)
References
Details
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•6 years ago
|
||
Comment 3•3 years ago
•
|
||
IIUC we still have quite some places calling QuickExit()
and it still does not do anything to be less gentle.
Do we still want this?
Reporter | ||
Comment 4•3 years ago
|
||
I filed this when I was working on getting leak checking working in content processes. The leak checker will complain if there's no leak log, so that's good enough for my purposes. It still seems weird that was just call exit in various failure states, but whatever.
Comment 5•3 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #4)
I filed this when I was working on getting leak checking working in content processes. The leak checker will complain if there's no leak log, so that's good enough for my purposes. It still seems weird that was just call exit in various failure states, but whatever.
Could this lead to child processes going away behind the back of the parent without even knowing why? Thinking of shutdown hangs, of course...
Reporter | ||
Comment 6•3 years ago
|
||
I think the parent gets told if the child exits but I don't know how exactly that works.
Description
•