From 41dcbce504ac39a4e3d3bfd546151e30735b3e07 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 9 Jan 2017 19:34:00 +0100 Subject: config: add another suppression for Go OOM --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 917859028..5d651dff4 100644 --- a/config/config.go +++ b/config/config.go @@ -235,6 +235,7 @@ func parseSuppressions(cfg *Config) error { "panic: executor failed: pthread_create failed", "panic: failed to create temp dir", "fatal error: runtime: out of memory", + "fatal error: runtime: cannot allocate memory", "fatal error: unexpected signal during runtime execution", // presubmably OOM turned into SIGBUS "Out of memory: Kill process .* \\(syz-fuzzer\\)", "lowmemorykiller: Killing 'syz-fuzzer'", -- cgit mrf-deployment