compiler icon indicating copy to clipboard operation
compiler copied to clipboard

openBinaryFile: resource busy

Open geofflangenderfer opened this issue 3 years ago • 3 comments

I'm tyring to update some old elm code. I ran into this issue:

>   /home/g/work/elm-codemirror/example/elm-stuff/0.19.1/d.dat: openBinaryFile: resource busy (file is locked)

To reproduce:

git clone https://github.com/GabiGrin/elm-codemirror.git
cd example
elm init
elm make Main.elm --output=Main.js
❯ elm --version
0.19.1

$ uname -a 
Linux manjaro 5.9.16-1-MANJARO #1 SMP PREEMPT Mon Dec 21 22:00:46 UTC 2020 x86_64 GNU/Linux

❯ google-chrome-stable --version
Google Chrome 100.0.4896.60

geofflangenderfer avatar May 02 '22 05:05 geofflangenderfer

Thanks for reporting this! To set expectations:

  • Issues are reviewed in batches, so it can take some time to get a response.
  • Ask questions in a community forum. You will get an answer quicker that way!
  • If you experience something similar, open a new issue. We like duplicates.

Finally, please be patient with the core team. They are trying their best with limited resources.

github-actions[bot] avatar May 02 '22 05:05 github-actions[bot]