aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-01-09 19:34:00 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-01-09 20:20:49 +0100
commit41dcbce504ac39a4e3d3bfd546151e30735b3e07 (patch)
tree86f4c5e25e337bd07a80cb98aa4d279c6bf0fca8 /config
parent244c5f60fd052a0575503673546bce286e42097f (diff)
config: add another suppression for Go OOM
Diffstat (limited to 'config')
-rw-r--r--config/config.go1
1 files changed, 1 insertions, 0 deletions
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'",