From 9604794dce636f25332e4efcdbd6ac9195d94f9b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 25 Nov 2016 11:04:06 +0100 Subject: 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. --- tools/syz-crush/crush.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') 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...") -- cgit mrf-deployment