Closed
Bug 1234547
Opened 10 years ago
Closed 10 years ago
service worker updates running during shutdown
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
DUPLICATE
of bug 1232558
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: bkelly, Assigned: bkelly)
References
Details
I saw this in a try build for a different bug today:
https://treeherder.mozilla.org/logviewer.html#?job_id=14804644&repo=try
21:57:18 INFO - ###!!! [Child][MessageChannel] Error: (msgtype=0xA00005,name=PNecko::Msg_PHttpChannelConstructor) Channel closing: too late to send/recv, messages will be lost
21:57:18 INFO - [Child 5941] WARNING: MsgDropped in ContentChild: file /builds/slave/try-l64-d-00000000000000000000/build/src/dom/ipc/ContentChild.cpp, line 2213
21:57:18 INFO - [Child 5941] ###!!! ABORT: constructor for actor failed: file /builds/slave/try-l64-d-00000000000000000000/build/src/obj-firefox/ipc/ipdl/PNeckoChild.cpp, line 407
21:57:48 INFO - #01: mozilla::net::HttpChannelChild::ContinueAsyncOpen() [caps/BasePrincipal.h:27]
21:57:48 INFO - #02: mozilla::net::HttpChannelChild::AsyncOpen(nsIStreamListener*, nsISupports*) [netwerk/protocol/http/HttpChannelChild.cpp:1827]
21:57:48 INFO - #03: mozilla::net::HttpChannelChild::AsyncOpen2(nsIStreamListener*) [netwerk/protocol/http/HttpChannelChild.cpp:1836]
21:57:48 INFO - #04: mozilla::dom::workers::serviceWorkerScriptCache::::CompareManager::Initialize [xpcom/glue/nsDebug.h:40]
21:57:48 INFO - #05: mozilla::dom::workers::serviceWorkerScriptCache::Compare(mozilla::dom::workers::ServiceWorkerRegistrationInfo*, nsIPrincipal*, nsAString_internal const&, nsAString_internal const&, mozilla::dom::workers::serviceWorkerScriptCache::CompareCallback*, nsILoadGroup*) [xpcom/glue/nsDebug.h:40]
21:57:48 INFO - #06: mozilla::dom::workers::ServiceWorkerRegisterJob::ContinueUpdate() [dom/workers/ServiceWorkerManager.cpp:1572]
21:57:48 INFO - #07: nsRunnableMethodImpl<void (mozilla::dom::workers::ServiceWorkerRegisterJob::*)(), true>::Run() [xpcom/glue/nsThreadUtils.h:873]
21:57:48 INFO - #08: nsThread::ProcessNextEvent(bool, bool*) [xpcom/threads/nsThread.cpp:964]
21:57:48 INFO - #09: NS_ProcessNextEvent(nsIThread*, bool) [xpcom/glue/nsThreadUtils.cpp:297]
This suggests to me that the update is still running too late during shutdown.
Assignee | ||
Comment 1•10 years ago
|
||
This is basically a dupe of the leak bug.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•