From f525fd7250aae36586c4a4e5bbe0c11f2314f875 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 5 Jul 2018 07:02:48 +0200 Subject: pkg/report: suppress more gvisor OOMs --- pkg/report/gvisor.go | 4 +++- pkg/report/testdata/gvisor/report/2 | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/report/gvisor.go b/pkg/report/gvisor.go index 5921206e6..61666431e 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 e61a023fe..a52401bfe 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 -- cgit mrf-deployment