Open
Bug 1591888
Opened 6 years ago
Updated 3 years ago
this._target.threadFront is null exception when closing a remote connection
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
Details
I see the following error message:
console.error: "Panel inspector:" (new TypeError("this._target.threadFront is null", "resource://devtools/client/inspector/inspector.js", 1601))
``
When:
* connecting to another firefox instance via about:debugging
* debugging a tab of this remote instance and open the inspector
* close the remote firefox instance
The exception comes from this code:
https://searchfox.org/mozilla-central/rev/74cc0f4dce444fe0757e2a6b8307d19e4d0e0212/devtools/client/inspector/inspector.js#1601-1603
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•