aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syzbot.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-02 09:49:21 +0100
committerGitHub <noreply@github.com>2018-02-02 09:49:21 +0100
commit632a8c2c6c02a29c6582875951060fce9e94ab86 (patch)
tree6414036ea173a4cac00b38cfa206369444cde492 /docs/syzbot.md
parent826b35d667c70117ac497b468b902ac533358e7a (diff)
Update syzbot.md
Diffstat (limited to 'docs/syzbot.md')
-rw-r--r--docs/syzbot.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md
index 5e02371b4..ab3763e9b 100644
--- a/docs/syzbot.md
+++ b/docs/syzbot.md
@@ -70,11 +70,13 @@ parallel).
## Crash does not reproduce?
-Sometimes the provided reproducers do not work. Most likely it is related to the
+If the provided reproducer does not work for you, most likely it is related to the
fact that you have slightly different setup than `syzbot`. `syzbot` has obtained
the provided crash report on the provided reproducer on a freshly-booted
machine, so the reproducer worked for it somehow.
+`syzbot` uses GCE VMs for testing, but *usually* it is not important.
+
If the reproducer exits quickly, try to run it several times, or in a loop.
There can be some races involved.