相关文章推荐
酒量大的香烟  ·  ASP.NET Core 中的 ...·  1 年前    · 
粗眉毛的镜子  ·  AWS S3 ...·  2 年前    · 
一身肌肉的酱牛肉  ·  C# ...·  2 年前    · 

Process Monitor Trace 中包含file locked with only readers状态码. 这是什么意思呢?

======================

This is not a failure code, it's actually a success code.

The Memory Manager (MM) calls into the file systems to acquire locks at section creation time and this just allows the file system to pass added information back to the MM.

This one means, "I have locked the file for section creation and there is currently no one with write access to the file." MM can then know from this that the section data is prevented from changing while the lock is held.

So, I'd say that if you're seeing this as a point of failure in the traces you're barking up the wrong tree at the moment.