diff --git a/pkg/report/gvisor.go b/pkg/report/gvisor.go index 5921206e..61666431 100644 --- a/pkg/report/gvisor.go +++ b/pkg/report/gvisor.go @@ -19,7 +19,9 @@ func ctorGvisor(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter suppressions := []string{ "fatal error: runtime: out of memory", "fatal error: runtime: cannot allocate memory", - "panic: ptrace sysemu failed: no such process", // OOM kill + "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. diff --git a/pkg/report/testdata/gvisor/report/2 b/pkg/report/testdata/gvisor/report/2 index e61a023f..a52401bf 100644 --- a/pkg/report/testdata/gvisor/report/2 +++ b/pkg/report/testdata/gvisor/report/2 @@ -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