Open
Bug 1820111
Opened 3 years ago
Updated 3 years ago
JavaScript error: resource://gre/modules/AsyncShutdown.sys.mjs, line 727: Error: Phase "IOUtils: waiting for profileBeforeChange IO to complete" is finished, it is too late [..] "JSON store: writing data for 'shieldpreferenceexperiments'
Categories
(Firefox :: Normandy Client, defect, P3)
Firefox
Normandy Client
Tracking
()
NEW
People
(Reporter: whimboo, Unassigned)
Details
The PreferenceExperiments.jsm is getting initialized during shutdown, when it's not necessary. This has been seen in a Marionette test that quickly requests quitting Firefox once it finished startup:
Here the appropriate excerpt from the log:
https://treeherder.mozilla.org/logviewer?job_id=407440882&repo=autoland&lineNumber=46252
[task 2023-03-01T15:47:13.741Z] 15:47:13 INFO - JavaScript error: resource://gre/modules/AsyncShutdown.sys.mjs, line 727: Error: Phase "IOUtils: waiting for profileBeforeChange IO to complete" is finished, it is too late to register completion condition "JSON store: writing data for 'shieldpreferenceexperiments'"
For details also see bug 1819671 comment 5.
| Reporter | ||
Updated•3 years ago
|
Component: Nimbus Desktop Client → Normandy Client
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:barret, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(brennie)
Updated•3 years ago
|
Severity: -- → S3
Flags: needinfo?(brennie)
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•