aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-09-03 21:35:53 +0200
committerDmitry Vyukov <dvyukov@google.com>2016-09-05 12:49:47 +0200
commit01ac6a1076c709e967a9d8faa12a8aac014e792b (patch)
treee084f8fd12982fcd15493c0db5268639772b43dc /config
parent77f435b4f716cca71ebd55ae083fcfa4b220ebdc (diff)
config: suppress another common error
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 faf155701..b44b90d9c 100644
--- a/config/config.go
+++ b/config/config.go
@@ -217,6 +217,7 @@ func parseSuppressions(cfg *Config) ([]*regexp.Regexp, error) {
"panic: executor failed: pthread_create failed",
"panic: failed to create temp dir",
"fatal error: runtime: out of memory",
+ "fatal error: unexpected signal during runtime execution", // presubmably OOM turned into SIGBUS
"Out of memory: Kill process .* \\(syz-fuzzer\\)",
"INFO: lockdep is turned off", // printed by some sysrq that dumps scheduler state
}...)