windows deduplication file system causes vm crash for duplicated files
Jesse Schoch <[email protected]> Wed, 1 Apr 2015 13:41:45 -0400
| Newsgroups | gmane.comp.lang.erlang.bugs |
|---|---|
| Message-ID | <CAHvaFBc18so8mqLfbj5hb6V4GNWqHZqhMtKNxqVMkdKSOKbmJQ@mail.gmail.com> |
It appears that trying to access a file via file or filelib on a file that has been deduplcated via windows deduplication causes the VM to crash. more info about deduplication can be found below, it is supposed to be transparent to the applications using the file system but it appears erlang is making some assumptions about the filesystem or using interfaces that are not up to date. I was able to reproduce the error on 2 machines one running 17.3 and the other running 17.5. This was discovered using elixir, but can be reproduced on a system without elixir on it. Steps to recreate 1. setup volume with deduplicaiton 2. ensure duplicate files exist and dedup job has ran per windows documentation 3. open erl.exe 4. run> filelib:file_size(Filename) https://msdn.microsoft.com/en-us/library/hh769303%28v=vs.85%29.aspx _______________________________________________ erlang-bugs mailing list [email protected] http://erlang.org/mailman/listinfo/erlang-bugs