Closed
Bug 1460602
Opened 6 years ago
Closed 5 years ago
Investigate error triggered in devtools application panel mochitests
Categories
(DevTools :: Application Panel, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 1 open bug)
Details
While running the mochitests, often while unregistering workers, we get the following stack trace:
0:07.74 INFO Console message: [JavaScript Error: "error occurred while processing 'listWorkers: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIServiceWorkerManager.getRegistrationByPrincipal]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/worker.js :: _getServiceWorkerRegistrationInfo :: line 157" data: no]
Stack: _getServiceWorkerRegistrationInfo@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/worker.js:157:12
form@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/worker.js:53:26
onListWorkers/</<.workers<@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/child-process.js:133:40
onListWorkers/<@resource://devtools/shared/base-loader.js -> resource://devtools/server/actors/child-process.js:133:20
Line: 157, column: 0" {file: "resource://devtools/shared/base-loader.js -> resource://devtools/server/main.js" line: 1616}]
_unknownError@resource://devtools/shared/base-loader.js -> resource://devtools/server/main.js:1616:5
_queueResponse/responsePromise<@resource://devtools/shared/base-loader.js -> resource://devtools/server/main.js:1645:27
promise callback*_queueResponse@resource://devtools/shared/base-loader.js -> resource://devtools/server/main.js:1627:27
onPacket@resource://devtools/shared/base-loader.js -> resource://devtools/server/main.js:1777:7
receiveMessage@resource://devtools/shared/base-loader.js -> resource://devtools/shared/transport/transport.js:735:7
MessageListener.receiveMessage*_addListener@resource://devtools/shared/base-loader.js -> resource://devtools/shared/transport/transport.js:709:7
ready@resource://devtools/shared/base-loader.js -> resource://devtools/shared/transport/transport.js:726:7
_onConnection@resource://devtools/shared/base-loader.js -> resource://devtools/server/main.js:1202:5
connectToParent@resource://devtools/shared/base-loader.js -> resource://devtools/server/main.js:683:12
init/<@resource://devtools/server/startup/content-process.jsm:76:16
init@resource://devtools/server/startup/content-process.jsm:69:3
onInit@resource://devtools/server/startup/content-process.js:23:5
MessageListener.receiveMessage*@resource://devtools/server/startup/content-process.js:32:1
This doesn't seem to affect the tests, but we should still investigate. Maybe the root cause is similar to Bug 1447197, which shows a similar stack trace, but with very different STRs
Updated•6 years ago
|
Product: Firefox → DevTools
Depends on: SW-e10s-refactor-meta
Comment 1•5 years ago
|
||
Given the work that went into SWs and the tools, should we leave this bug open?
Flags: needinfo?(jdescottes)
Reporter | ||
Comment 2•5 years ago
|
||
I think we can close as wontfix, this was only with the old implementation. Thanks for the ping Harald!
Flags: needinfo?(jdescottes)
Reporter | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•