diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-11-25 11:04:06 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-11-25 11:07:52 +0100 |
| commit | 9604794dce636f25332e4efcdbd6ac9195d94f9b (patch) | |
| tree | 5b80cfd1e000d349581e154df50fffa406c282b4 /tools | |
| parent | 1107daa8e719d8d11aa5c133853c93b7aba7c639 (diff) | |
manager: reproduce crashes on the fly
With this change manager will run reproduction on crashes
until reproducer is discovered, but at most 3 times.
If reproducer is discovered it is saved with crashes and shown on the web UI.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-crush/crush.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syz-crush/crush.go b/tools/syz-crush/crush.go index 5b26165e3..32b4a715b 100644 --- a/tools/syz-crush/crush.go +++ b/tools/syz-crush/crush.go @@ -70,7 +70,6 @@ func main() { signal.Notify(c, syscall.SIGINT) <-c wg.Done() - DisableLog() // VMs will fail atomic.StoreUint32(&shutdown, 1) close(vm.Shutdown) Logf(-1, "shutting down...") |
