pkg/report: suppress more gvisor OOMs

This commit is contained in:
Dmitry Vyukov 2018-07-05 07:02:48 +02:00
parent e1b966c6da
commit f525fd7250
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -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