{{/* Copyright 2019 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. Main page. */}} {{template "head" .Header}} syzbot {{template "header" .Header}} {{if $.Stopped}}
Syzbot is in the emergency stop state
{{else}}
Syzbot is reporting too many bugs? {{link $.StopLink "Emergency stop"}} [click {{$.MoreStopClicks}} more times]
In this mode, syzbot will stop all reporting and won't record any new findings.
{{end}}
Error log:


{{with $.MemcacheStats}}
Memcache stats:
Hits Misses ByteHits Items Bytes Oldest
{{.Hits}} {{.Misses}} {{.ByteHits}} {{.Items}} {{.Bytes}} {{.Oldest}} flush
{{end}} {{template "manager_list" $.Managers}}    {{if $.FixBisectionsLink}}[Fix Bisections]{{end}} {{if $.CauseBisectionsLink}}[Cause Bisections]{{end}} {{if $.JobOverviewLink}}[Jobs Overview]{{end}} {{template "job_list" $.RunningJobs}} {{template "job_list" $.PendingJobs}} {{template "job_list" $.RecentJobs}} {{template "job_list" $.TypeJobs}}