mirror of
https://github.com/reactos/syzkaller.git
synced 2024-12-02 16:36:47 +00:00
config: suppress another common error
This commit is contained in:
parent
77f435b4f7
commit
01ac6a1076
@ -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
|
||||
}...)
|
||||
|
Loading…
Reference in New Issue
Block a user