IOError: unlink: resource busy or locked (EBUSY) in Windows

Found! The problem is that I was calling mktemp in the runtest.jl and then trying to overwrite the file created by this function, leading to the crash.

3 Likes