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
Fix for minor race condition when making bug reports (#637)
In runtimeverification/evm-semantics#2047, we
have a minor race condition when creating bug reports where one thread
will check if the directory to create the report in exists, see that it
doesn't and then create it. Meanwhile, another thread will already have
created the directory, so it the first thread will fail because now the
directory does exist. This allows for that case.
---------
Co-authored-by: devops <[email protected]>
Co-authored-by: rv-jenkins <[email protected]>
0 commit comments