aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/gvisor.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-11-30 19:17:05 +0000
committerDmitry Vyukov <dvyukov@google.com>2018-11-30 19:17:05 +0000
commitf0d4c650a3a689c859bfc34db06d1fab696ff31e (patch)
treef7ef306b244eee76ad20ab52ab87b6aafb91a84e /pkg/report/gvisor.go
parent271b354c513a007396686285fa35c96920174d24 (diff)
pkg/report: suppress another gvisor OOM
Diffstat (limited to 'pkg/report/gvisor.go')
-rw-r--r--pkg/report/gvisor.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/gvisor.go b/pkg/report/gvisor.go
index 5086f285e..44ef39c4a 100644
--- a/pkg/report/gvisor.go
+++ b/pkg/report/gvisor.go
@@ -24,6 +24,7 @@ func ctorGvisor(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter
"panic: ptrace set regs failed: no such process", // OOM kill
"panic: failed to start executor binary",
"panic: executor failed: pthread_create failed",
+ "panic: error mapping run data: error mapping runData: cannot allocate memory",
"ERROR: ThreadSanitizer", // Go race failing due to OOM.
"FATAL: ThreadSanitizer",
}