You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the problem is there is no debug info, anywhere, no artifacts, no dump, no backtrace, ...
Even when I run it in debug mode it does not give me any more info.
It even got a Segmentation fault but no info and just continued (output looks weird, but this is how it was printed in the terminal):
Is there something misconfigured or what can I do to actually find out where things go wrong? Otherwise there is not much need for a fuzzer if I can not find the problems...
This could be false positives, as afl does not seem to find any crashes (yet).
The text was updated successfully, but these errors were encountered:
I'm running the fuzzer on part of my codebase.
And it sometimes gives the following error:
But the problem is there is no debug info, anywhere, no artifacts, no dump, no backtrace, ...
Even when I run it in debug mode it does not give me any more info.
It even got a
Segmentation fault
but no info and just continued (output looks weird, but this is how it was printed in the terminal):Is there something misconfigured or what can I do to actually find out where things go wrong? Otherwise there is not much need for a fuzzer if I can not find the problems...
This could be false positives, as afl does not seem to find any crashes (yet).
The text was updated successfully, but these errors were encountered: