Skip to content

Commit

Permalink
Add to how to leave tui screen (AFLplusplus#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka authored May 5, 2024
1 parent d4ff7b8 commit b0d592d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ You should *never* use the `EDGES_MAP`'s size as this is just the size of the al
## Q. I still have problems with my fuzzer.
Finally, if you really have no idea what is going on, run your fuzzer with logging enabled. (You can use `env_logger`, `SimpleStdoutLogger`, `SimpleStderrLogger` from `libafl_bolts`. `fuzzbench_text` has an example to show how to use it.) (Don't forget to enable stdout and stderr), and you can open an issue or ask us in Discord.

## My fuzzer died of ``Storing state in crashed fuzzer instance did not work''.
## Q. My fuzzer died of ``Storing state in crashed fuzzer instance did not work''.
If the exit code is zero, then this is because either your harness exited or you are using fuzzer_loop_for and forgot to add `mgr.on_restart` at the end of the fuzzer. In the first case, you should patch your harness not to exit. (or use `utils/deexit`).

## Q. I can't leave the TUI screen
Type `q` then you leave TUI.

0 comments on commit b0d592d

Please sign in to comment.