Open
Bug 1893963
Opened 10 months ago
Updated 10 months ago
Check the frequent warnings issued by ServiceWorkerShutdownState::~ServiceWorkerShutdownState()
Categories
(Core :: DOM: Service Workers, task)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: jstutte, Unassigned, NeedInfo)
References
Details
It seems that in each CI job that runs service workers we see frequent warnings like:
[Parent 14133, Main Thread] WARNING: 'mProgress != Progress::ShutdownCompleted', file /builds/worker/checkouts/gecko/dom/serviceworkers/ServiceWorkerShutdownState.cpp:56
It would be interesting to understand, if this is indicating some lifecycle problem during service workers shutdown. There might be a relation to failures like from bug 1785334 (there seems to be a parent shutdown ongoing while the tests are still running).
Reporter | ||
Updated•10 months ago
|
Flags: needinfo?(echuang)
You need to log in
before you can comment on or make changes to this bug.
Description
•