diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-11-30 19:17:05 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-30 19:17:05 +0000 |
| commit | f0d4c650a3a689c859bfc34db06d1fab696ff31e (patch) | |
| tree | f7ef306b244eee76ad20ab52ab87b6aafb91a84e /pkg/report/gvisor.go | |
| parent | 271b354c513a007396686285fa35c96920174d24 (diff) | |
pkg/report: suppress another gvisor OOM
Diffstat (limited to 'pkg/report/gvisor.go')
| -rw-r--r-- | pkg/report/gvisor.go | 1 |
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", } |
