Closed
Bug 1982229
Opened 6 months ago
Closed 5 months ago
Dev tool panel crashed
Categories
(DevTools :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1979448
People
(Reporter: sutharjay3635, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
185.13 KB,
image/png
|
Details |
Error in Web Developer Tools:
Error: Protocol error (NS_ERROR_ILLEGAL_VALUE): Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXPCComponents_Utils.getSandboxMetadata] from: server0.conn6.watcher3 (resource://devtools/server/connectors/js-process-actor/target-watchers/content_script.sys.mjs:137:0)
Client Packet:
{
"type": "watchTargets",
"targetType": "content_script",
"to": "server0.conn6.watcher3"
}
Server Packet:
{
"from": "server0.conn6.watcher3",
"error": "NS_ERROR_ILLEGAL_VALUE",
"message": "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXPCComponents_Utils.getSandboxMetadata]",
"fileName": "resource://devtools/server/connectors/js-process-actor/target-watchers/content_script.sys.mjs",
"lineNumber": 137,
"columnNumber": 0
}
Server Stack:
createTargetsForWatcher@resource://devtools/server/connectors/js-process-actor/target-watchers/content_script.sys.mjs:137:25
#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
Comment 1•6 months ago
|
||
Thanks for the report Jay
This looks like Bug 1979448 , can you reproduce consistently? If so, could you provide the exact steps to reproduce the issue?
Could you go to about:support and share the data here? I'm particularly interested in which extensions are installed, as it seems to relate to one.
Flags: needinfo?(sutharjay3635)
See Also: → 1979448
Updated•6 months ago
|
Blocks: devtools-toolbox-crash
Updated•6 months ago
|
Severity: -- → S3
Priority: -- → P3
Comment 2•5 months ago
|
||
Closing as duplicate for now, but would still be intersted to get the feedback!
Status: UNCONFIRMED → RESOLVED
Closed: 5 months ago
Duplicate of bug: 1979448
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•