Open
Bug 1789422
Opened 3 years ago
Updated 1 year ago
[Linux] Investigate shutdown hangs on poll (next native event)
Categories
(Core :: DOM: Content Processes, task)
Core
DOM: Content Processes
Tracking
()
NEW
People
(Reporter: jstutte, Unassigned)
References
(Blocks 1 open bug)
Details
| Reporter | ||
Updated•3 years ago
|
| Reporter | ||
Comment 1•1 year ago
|
||
This is still happening quite often.
Many of these have a SpinEventLoopUntil on the stack, which may indicate just a high probability to poll for native events while spinning. On the other hand this seems to only occur under Linux, so there might be something going on here (or polling is just slow enough on Linux to significantly increase the probability to hit this).
I think the best course of action is probably to look at who spins the event loop here, instead.
You need to log in
before you can comment on or make changes to this bug.
Description
•