Open
Bug 2008473
Opened 4 days ago
Updated 2 days ago
Developer Tools Fail when clicking Inspect: JSProcessActorChild cannot send at the moment
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: kamagamescompany, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce:
Unsure how this exactly happened, might be a one-time edge case, but it's still worth taking a look at. Happened When I Right-click + Inspect an element. Nothing is really unique about this element, just a normal paragraph element with average styling.
Error in Web Developer Tools:
Error: Protocol error (InvalidStateError): JSProcessActorChild.sendAsyncMessage: JSProcessActorChild cannot send at the moment from: server0.conn0.watcher3 (resource://devtools/server/connectors/js-process-actor/ContentProcessWatcherRegistry.sys.mjs:252:38)
Client Packet:
{
"type": "watchTargets",
"targetType": "frame",
"to": "server0.conn0.watcher3"
}
Server Packet:
{
"from": "server0.conn0.watcher3",
"error": "InvalidStateError",
"message": "JSProcessActorChild.sendAsyncMessage: JSProcessActorChild cannot send at the moment",
"fileName": "resource://devtools/server/connectors/js-process-actor/ContentProcessWatcherRegistry.sys.mjs",
"lineNumber": 252,
"columnNumber": 38
}
Server Stack:
onNewTargetActor@resource://devtools/server/connectors/js-process-actor/ContentProcessWatcherRegistry.sys.mjs:252:38
createWindowGlobalTargetActor@resource://devtools/server/connectors/js-process-actor/target-watchers/window-global.sys.mjs:462:33
lookupForTargets@resource://devtools/server/connectors/js-process-actor/target-watchers/window-global.sys.mjs:121:38
createTargetsForWatcher@resource://devtools/server/connectors/js-process-actor/target-watchers/window-global.sys.mjs:161:21
#watchNewTargetTypeForWatcher@resource://devtools/server/connectors/js-process-actor/DevToolsProcessChild.sys.mjs:203:40
receiveMessage@resource://devtools/server/connectors/js-process-actor/DevToolsProcessChild.sys.mjs:306:50
Stacktrace:
onPacket/<@resource://devtools/shared/protocol/Front.js:404:31
DevTools RDP*request@resource://devtools/shared/protocol/Front.js:320:14
generateRequestMethods/</frontProto[name]@resource://devtools/shared/protocol/Front/FrontClassWithSpec.js:57:19
startListening@resource://devtools/shared/commands/target/target-command.js:532:35
open@resource://devtools/client/framework/toolbox.js:963:41
_createToolbox@resource://devtools/client/framework/devtools.js:763:19
Updated•2 days ago
|
Blocks: devtools-toolbox-crash
Summary: Developer Tools Fail when clicking Inspect → Developer Tools Fail when clicking Inspect: JSProcessActorChild cannot send at the moment
You need to log in
before you can comment on or make changes to this bug.
Description
•