Open jagipas opened 7 years ago
Uh, that's one ugly bug to identify the root cause.
Haven't seen anything like that in the past and nobody reported something similar either.
Usually I recommend disabling parts of the framework until understanding what might be causing the issue. In your case I would disable 50% of the plugins, run the scan, check if the issue is there, then disable more plugins, etc. until you can pinpoint the minimal configuration that triggers the issue.
Hello, i am running the latest version of w3af agains the owasp benchmark (https://www.owasp.org/index.php/Benchmark) but only for XSS. So i only enabled xss audit with console script, like it follows:
This benchmark have hundreds of test cases so it takes a long while to spider and start discovering new vulnerabilities. But there is a moment that suddenly show the message:
pthread_cond_wait: Resource busy
and it doesn't continue any more. Any guesses??