race condition error, while counting files #375
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I got this error, while running
eoc compile
:I can't reproduced it though. It seems to be a race condition problem: one "thread" is running
mvn
, while another "thread" is trying to count files in the directory. At some point of time, one file gets deleted, which leads to runtime error in another thread (which is counting).The text was updated successfully, but these errors were encountered: