TypeError: frame is null
Categories
(DevTools :: Console, defect, P2)
Tracking
(Not tracked)
People
(Reporter: davidwalsh, Assigned: davidwalsh)
References
Details
Attachments
(1 file)
I followed the STR from https://bugzilla.mozilla.org/show_bug.cgi?id=1582080 and saw this in the browser toolbox.
TypeError: frame is null: messages.js:248:23
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Backed out changeset ca55fba5a3a3 for causing node devtools failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/be22d9dc6a3a0e17c256a1d74c918d0035e21e2a
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=273473181&repo=autoland&lineNumber=602
[task 2019-10-29T13:53:19.664Z] [devtools-node-test-runner] Parse errors from the test logs
[task 2019-10-29T13:53:19.666Z] TEST-UNEXPECTED-FAIL | mocha | webconsole | Message reducer: messagesById adds a message to an empty store | Expected { id: '1', innerWindowID: null, allowRepeating: true, source: 'console-api', timeStamp: 1502884924471, type: 'log', helperType: null, level: 'log', category: null, messageText: null, parameters: [ 'foobar', 'test' ], repeatId: '{"frame":{"source":"http://example.com/browser/devtools/client/webconsole/test/browser/test-console-api.html","sourceId":"server1.conn0.child1/source25","line":1,"column":35,"options":{"logPoint":false}},"groupId":null,"indent":0,"level":"log","messageText":null,"parameters":["foobar","test"],"source":"console-api","type":"log","userProvidedStyles":[],"private":false,"stacktrace":null}', stacktrace: null, frame: { source: 'http://example.com/browser/devtools/client/webconsole/test/browser/test-console-api.html', sourceId: 'server1.conn0.child1/source25', line: 1, column: 35, options: { logPoint: false } }, groupId: null, errorMessageName: null, exceptionDocURL: null, executionPoint: undefined, cssSelectors: '', userProvidedStyles: [], notes: null, indent: 0, prefix: '', private: false, logpointId: undefined, chromeContext: false, lastExecutionPoint: { point: { checkpoint: 0, progress: 0 }, messageCount: 1 } } to equal { id: '1', innerWindowID: null, allowRepeating: true, source: 'console-api', timeStamp: 1502884924471, type: 'log', helperType: null, level: 'log', category: null, messageText: null, parameters: [ 'foobar', 'test' ], repeatId: '{"frame":{"source":"http://example.com/browser/devtools/client/webconsole/test/browser/test-console-api.html","sourceId":"server1.conn0.child1/source25","line":1,"column":35},"groupId":null,"indent":0,"level":"log","messageText":null,"parameters":["foobar","test"],"source":"console-api","type":"log","userProvidedStyles":[],"private":false,"stacktrace":null}', stacktrace: null, frame: { source: 'http://example.com/browser/devtools/client/webconsole/test/browser/test-console-api.html', sourceId: 'server1.conn0.child1/source25', line: 1, column: 35 }, groupId: null, errorMessageName: null, exceptionDocURL: null, executionPoint: undefined, cssSelectors: '', userProvidedStyles: [], notes: null, indent: 0, prefix: '', private: false, logpointId: undefined, chromeContext: false, lastExecutionPoint: { point: { checkpoint: 0, progress: 0 }, messageCount: 1 } }
[task 2019-10-29T13:53:19.666Z] [devtools-node-test-runner] Test suite [webconsole] failed
Comment 5•6 years ago
|
||
David, you might be blocked by https://bugzilla.mozilla.org/show_bug.cgi?id=1572667 in order to generate the stub.
I'll try to work on that soon.
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 6•6 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:davidwalsh, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 7•6 years ago
|
||
I think this was handled in Bug 1594979.
Description
•