Session restore silently fails with errors on multiprocess browser console
Categories
(Firefox :: Session Restore, defect)
Tracking
()
People
(Reporter: saschanaz, Unassigned)
References
(Blocks 1 open bug)
Details
OperationError: Could not move temporary file(C:\Users\Kagami\AppData\Local\Mozilla\Firefox\Profiles\6jkfa0nw.default-nightly-1633113404088\startupCache\webext.sc.lz4.tmp) to destination(C:\Users\Kagami\AppData\Local\Mozilla\Firefox\Profiles\6jkfa0nw.default-nightly-1633113404088\startupCache\webext.sc.lz4)
Could not write session state file DOMException: Could not move temporary file(C:\Users\Kagami\AppData\Roaming\Mozilla\Firefox\Profiles\6jkfa0nw.default-nightly-1633113404088\sessionstore-backups\recovery.jsonlz4.tmp) to destination(C:\Users\Kagami\AppData\Roaming\Mozilla\Firefox\Profiles\6jkfa0nw.default-nightly-1633113404088\sessionstore-backups\recovery.jsonlz4) DOMException@resource://gre/modules/PromiseWorker.jsm:106:18 postMessage@resource://gre/modules/PromiseWorker.jsm:342:55
Reporter | ||
Comment 1•3 years ago
|
||
I'm using MSIX btw.
Reporter | ||
Comment 2•3 years ago
•
|
||
IOUtils.move
on mutiprocess browser console on that directory also fails, but it succeeds on non-MSIX build. Could be a new MSIX limitation or a just bug, since I upgraded to Windows 11 beta build 22581 yesterday.
This happens on today's Nightly and also on stable Firefox 98.0.2, both MSIX.
Reporter | ||
Comment 3•3 years ago
|
||
What's weird is that IOUtils.createUniqueFile
succeeds...
Comment 4•3 years ago
|
||
The same root cause as bug 1730498?
Reporter | ||
Comment 5•3 years ago
|
||
Thanks, I agree.
Description
•