plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.
Other
3.15k stars 181 forks source link

OverlayFS `.deletedFiles.log` issue #31

Open bpowers opened 8 years ago

bpowers commented 8 years ago

Deleting .deletedFiles.log causes OverlayFS problems. The file is removed, but internally it seems to assume it is never removed. Revisit this when we've updated to latest BrowserFS to see if it is just fixed upstream.

bpowers commented 8 years ago

still a problem:

$ rm .deletedFiles.log
$ rm README
rm: unlink: -2
$ ls

(ls doesn't complete)

jvilk commented 8 years ago

Please file a bug report with a small, reproducible test.

jvilk commented 8 years ago

@bpowers try the fix I just pushed. I may make a new release if all seems well.

jvilk commented 8 years ago

Here is the fixed version: bfs-bugfix.zip

bpowers commented 8 years ago

oh awesome, I will try this out