Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StorageFile write during Storage compact #1970

Closed
gfwilliams opened this issue Jan 22, 2021 · 0 comments
Closed

StorageFile write during Storage compact #1970

gfwilliams opened this issue Jan 22, 2021 · 0 comments

Comments

@gfwilliams
Copy link
Member

Referenced here: http://forum.espruino.com/conversations/359039/#comment15768799

If you're writing to Storage and it runs out of space, it goes and compacts itself to move things around, properly remove deleted files, and free up space. Usually that's not an issue but if you had a StorageFile open during compaction I bet that could still end up writing to the wrong address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant