OverlappingFileLockException when using ID sync file #306
-
Hi, I have a working jazzer target and would like to run testing in parallel. For this purpose I tried the
To narrow this down further, I've also tried just running the fuzzer with an I'm using jazzer 0.10.0 from github releases. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thx for the report. The stack trace indicates that classes were loaded concurrently by Micronaut service loaders from a I created #310 to resolve this. Could you give it a try? BTW |
Beta Was this translation helpful? Give feedback.
Thx for the report. The stack trace indicates that classes were loaded concurrently by Micronaut service loaders from a
ForkJoinPool
. This probably caused the file lock exception you encountered. So it's more of a concurrent class loading as a fork issue.I created #310 to resolve this. Could you give it a try?
BTW
--id_sync_file
is only used internally and you don't need to set it for your runs.