-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven plugin gets stack overflow error #251
Comments
It looks like Mockito is overriding Can you try excluding |
With |
Thanks for the feedback. We have to set I would imagine that if you want to exclude a library from instrumentation because it is not providing high-level logic but only providing some language-level utilities (e.g., Mockito) then you would want to exclude it permanently. I like the idea of providing more defaults for problematic libraries. We do have something like this for the command-line driver but not the Maven plugin (mainly because these banned libraries are already pre-loaded by the system class loader when the Maven plugin kicks in). |
I´m writing a simple fuzz runner. To isolate the interesting parts of the application, the test uses some Mockito mocks.
Starting the runner via maven using "jqf:fuzz" fails with the following stack trace (abbreviated):
The text was updated successfully, but these errors were encountered: