Closed
Bug 1068516
Opened 10 years ago
Closed 10 years ago
Tracer spams console with: notify event 'traces' threw an exception: TypeError: is undefined
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1049248
People
(Reporter: past, Unassigned)
Details
Opening the debugger with the tracer enabled on this page results in an infinite number of the following error message dumped in the terminal and browser console:
notify event 'traces' threw an exception: TypeError: is undefined
Stack: HitCounts.prototype.set@chrome://browser/content/devtools/debugger-controller.js:2252:17
Tracer.prototype.onTraces@chrome://browser/content/devtools/debugger-controller.js:1539:9
eventSource/aProto.emit@resource://gre/modules/devtools/dbg-client.jsm:189:9
DebuggerClient.prototype.onPacket/<@resource://gre/modules/devtools/dbg-client.jsm:927:9
resolve@resource://gre/modules/devtools/deprecated-sync-thenables.js:40:40
then@resource://gre/modules/devtools/deprecated-sync-thenables.js:20:43
then@resource://gre/modules/devtools/deprecated-sync-thenables.js:58:9
DebuggerClient.prototype.onPacket@resource://gre/modules/devtools/dbg-client.jsm:869:1
LocalDebuggerTransport.prototype.send/<@resource://gre/modules/devtools/dbg-client.jsm -> resource://gre/modules/devtools/transport/transport.js:545:11
makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/DevToolsUtils.js:83:14
makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/DevToolsUtils.js:83:14
this.DOMApplicationRegistry.doGetList@resource://gre/modules/Webapps.jsm:1243:7
this.DOMApplicationRegistry.receiveMessage@resource://gre/modules/Webapps.jsm:1063:1
Line: 2252, column: 16
Reporter | ||
Comment 1•10 years ago
|
||
Never mind, the patch from bug 1049248 fixes this.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•