NS_ERROR_FILE_NOT_FOUND in SessionStoreFunctions.jsm
Categories
(Firefox :: Session Restore, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: agi, Assigned: alchen)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [geckoview])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The following error started showing up in GeckoView tests after Bug 1563171. Not sure what it means but it doesn't look good.
07-18 05:00:59.174 2743 2768 E GeckoConsole: [JavaScript Error: "NS_ERROR_FILE_NOT_FOUND: " {file: "resource://gre/modules/SessionStoreFunctions.jsm" line: 122}]
e.g. https://taskcluster-artifacts.net/OYNxJTGKQeCIFCgwnsPItg/0/public/test_info//logcat-emulator-5554.log
push: https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=257090478&searchStr=junit&revision=10986407e2296c090b0cd5710d0689238de809f6
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
/SessionStoreFunctions.jsm#122(In reply to Agi | :agi | ⏰ EST | he/him from comment #0)
The following error started showing up in GeckoView tests after Bug 1563171. Not sure what it means but it doesn't look good.
07-18 05:00:59.174 2743 2768 E GeckoConsole: [JavaScript Error: "NS_ERROR_FILE_NOT_FOUND: " {file: "resource://gre/modules/SessionStoreFunctions.jsm" line: 122}]
https://searchfox.org/mozilla-central/rev/4fbcfe6fecf75d7b828fbebda79a31385f7eab5f/toolkit/components/sessionstore/SessionStoreFunctions.jsm#122
SessionStore.jsm is used by desktop browser but geckoview.
Will try to find out the way to prevent this error.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Don't need TabListener on geckoview
Assignee | ||
Comment 3•5 years ago
|
||
try is fine.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0927e7044757bb20542eb83be2e378fe21c7ebe1
Comment 6•5 years ago
|
||
bugherder |
Updated•3 years ago
|
Updated•3 years ago
|
Description
•