Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat permission_denied as no_such_file when stat'ing unit files #8577

Commits on Apr 15, 2024

  1. Treat permission_denied as no_such_file when stat'ing unit files

    Windows sometimes returns a permission_denied error when querying file attributes of a file that is marked for deletion by another process. When writing out index unit files, many processes are racing to rename temp files to a final output file which is often being queried by other processes, which causes this error to be returned with some frequency. Because this error code is unexpected, the compile will be failed.
    z2oh committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4166255 View commit details
    Browse the repository at this point in the history