Fix intermittent hangs in browser/components/extensions/test/browser/
Categories
(Core :: DOM: Content Processes, task, P3)
Tracking
()
Fission Milestone | M7 |
People
(Reporter: mccr8, Unassigned)
References
(Blocks 2 open bugs)
Details
In bug 1580212, I set dom.ipc.keepProcessesAlive.webIsolated.perOrigin=1 in browser/components/extensions/test/browser/, to work around very frequent intermittent hangs and leaks in that directory. We should fix whatever the causes of that are and drop the pref change. Bug 1594572 is one observed source of a hang in that directory, but there might be more. I don't know if the leaks and hangs are related or not.
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
|
||
I'll split out the leaks into a separate bug, on the assumption that they are probably unrelated.
Comment 2•5 years ago
|
||
Andrew, do you think these intermittent shutdown hangs need to block the Fission mochitests milestone (M4.1)?
Reporter | ||
Comment 3•5 years ago
|
||
Same reply as bug 1595190 comment 2.
Comment 4•5 years ago
|
||
Tracking for Fission riding the trains to Beta (M7) after we see how much of a problem this is with more users.
Comment 5•4 years ago
|
||
Andrew, could you please remove the pref and try to repro the failures again?
Reporter | ||
Comment 6•4 years ago
|
||
It looks like kmag fixed this hang and removed the pref in bug 1594572.
Description
•