-
Notifications
You must be signed in to change notification settings - Fork 772
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
EBUSY: resource busy or locked, unlink #225
Comments
Not enough info to reproduce. If this is still an issue, please open a new issue with more info/context. |
It is new to me that missing information for reproducing an issue (you are right on that one!) automatically justifies to close issues. |
FWIW I hit this (on windows only) in my CI build, see https://github.com/copperinc/plugin-iot-rules/pull/4/checks?check_run_id=2034035750 I use
|
Update: I was doing something stupid! My test setup involved creating a directory, changing into that directory (via I was able to fix it on windows by first changing out of the directory, then deleting it. Woopsy 😊 |
code: "EPERM"errno: -4048message: "EPERM: operation not permitted, unlink 'C:\Program Files (x86)\Maxim\d3dcompiler_47.dll'"path: "C:\Program Files (x86)\Maxim\d3dcompiler_47.dll"
code: "EBUSY"errno: -4082message: "EBUSY: resource busy or locked, unlink 'C:\Program Files (x86)\Maxim\icudtl.dat'"path: "C:\Program Files (x86)\Maxim\icudtl.dat"
The text was updated successfully, but these errors were encountered: