mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 19:39:40 +00:00
pkg/report: suppress more gvisor OOMs
This commit is contained in:
parent
e1b966c6da
commit
f525fd7250
@ -20,6 +20,8 @@ func ctorGvisor(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter
|
||||
"fatal error: runtime: out of memory",
|
||||
"fatal error: runtime: cannot allocate memory",
|
||||
"panic: ptrace sysemu failed: no such process", // OOM kill
|
||||
"panic: ptrace set fpregs failed: no such process", // OOM kill
|
||||
"panic: ptrace set regs failed: no such process", // OOM kill
|
||||
"panic: failed to start executor binary",
|
||||
"panic: executor failed: pthread_create failed",
|
||||
"ERROR: ThreadSanitizer", // Go race failing due to OOM.
|
||||
|
1
pkg/report/testdata/gvisor/report/2
vendored
1
pkg/report/testdata/gvisor/report/2
vendored
@ -1,4 +1,5 @@
|
||||
TITLE: panic: ptrace set regs failed: no such process
|
||||
SUPPRESSED: Y
|
||||
|
||||
I0616 12:16:04.416012 11084 x:0] [ 3656] Error opening /bin/sh: no such file or directory
|
||||
I0616 12:16:04.416026 11084 x:0] [ 3656] Failed to load /bin/sh: no such file or directory
|
||||
|
Loading…
Reference in New Issue
Block a user