<div dir="ltr">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.<div><br></div><div>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.</div><div><br></div><div>Steps to recreate</div><div><br></div><div>1. setup volume with deduplicaiton</div><div>2. ensure duplicate files exist and dedup job has ran per windows documentation</div><div>3. open erl.exe</div><div>4. run> filelib:file_size(Filename)</div><div><br></div><div><br></div><div><br></div><div><br></div><div><a href="https://msdn.microsoft.com/en-us/library/hh769303%28v=vs.85%29.aspx">https://msdn.microsoft.com/en-us/library/hh769303%28v=vs.85%29.aspx</a></div></div>