aboutsummaryrefslogtreecommitdiffstats
path: root/docs/troubleshooting.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-06-04 12:55:41 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-06-24 09:57:34 +0000
commite16e2c9a4cb6937323e861b646792a6c4c978a3c (patch)
tree6c513e98e5f465b44a98546d8984485d2c128582 /docs/troubleshooting.md
parent90d67044dab68568e8f35bc14b68055dbd166eff (diff)
executor: add runner mode
Move all syz-fuzzer logic into syz-executor and remove syz-fuzzer. Also restore syz-runtest functionality in the manager. Update #4917 (sets most signal handlers to SIG_IGN)
Diffstat (limited to 'docs/troubleshooting.md')
-rw-r--r--docs/troubleshooting.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index 7b1d77b51..930adbc04 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -3,11 +3,11 @@
Here are some things to check if there are problems running syzkaller.
- Use the `-debug` command line option to make syzkaller print all possible debug output,
- from both the `syz-manager` top-level program and the `syz-fuzzer` instances. With this option
- syzkaller will only run one VM instance.
+ from both the `syz-manager` top-level program and the `syz-executor` instances.
+ With this option syzkaller will only run one VM instance.
- Use the `-vv N` command line option to increase the amount of logging output, from both
- the `syz-manager` top-level program and the `syz-fuzzer` instances (which go to the
+ the `syz-manager` top-level program and the `syz-executor` instances (which go to the
output files in the `crashes` subdirectory of the working directory). Higher values of
N give more output.