You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lock file might still exists but flock should still work regardless as it's based on the liveness of the lock holder process. It shouldn't matter for the correctness if the file exist. Are you sure the other process didn't exist at the time? This would be a kernel bug otherwise:
Describe the bug
Nix sometimes creates lock files that persist upon process death.
I have encountered this on a colleagues system before sometimes, but not reproducibly.
Someone also encountered this on #de:nixos.org today (Jan 6)
Relevant line for the lock:
nix/src/libstore/build/derivation-goal.cc
Line 684 in daab4d1
This is unrelated to #1015 (different lock)
Steps To Reproduce
Expected behavior
Metadata
Additional context
Checklist
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: