config: suppress another common error

This commit is contained in:
Dmitry Vyukov 2016-09-03 21:35:53 +02:00
parent 77f435b4f7
commit 01ac6a1076

View File

@ -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
}...)