We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedca25 commit b69f78dCopy full SHA for b69f78d
src/main/java/de/rub/nds/crawler/core/BulkScanWorker.java
@@ -82,7 +82,7 @@ public final boolean cleanup() {
82
// synchronize such that init and cleanup do not run simultaneously
83
// but only synchronize if already initialized
84
if (initialized.get()) {
85
- synchronized (initialized) {
+ synchronized (initializationLock) {
86
if (activeJobs.get() > 0) {
87
shouldCleanupSelf.set(true);
88
LOGGER.warn(
0 commit comments