On Fri, Jun 13, 2014 at 07:40:05AM -0700, Gurucharan Shetty wrote:
> As of now, when a process tries to reacquire a lockfile, we
> return EEXIST on Windows and print a different error message.
> This means that the unit tests need to look for different error
> messages too. Linux uses EDEADLK for t
As of now, when a process tries to reacquire a lockfile, we
return EEXIST on Windows and print a different error message.
This means that the unit tests need to look for different error
messages too. Linux uses EDEADLK for the same. EDEADLK feels like
a good error description for Windows too and th