Skip to content
Snippets Groups Projects
Commit 11af4bd4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

On Windows, lock the opened mutex file to insure *nix sopen() will fail

Even though we use O_EXCL, networked file systems still sometimes allow the
secondary open() to succeed. We use record locking in xpdev's sopen()
implementation for *nix, so this lock will insure such opens (and locks) will
now fail.

This is an attempt to address occassional error on Vertrauen:
ERROR 2 (No such file or directory) renaming *.rep to *.bad
parent 61615d98
No related branches found
No related tags found
No related merge requests found
Pipeline #7321 passed
Status
Pipeline
Created by
Stages
Actions
Passed

00:07:10

avatar
Download artifacts

No artifacts found