From e7cae6a7f260f99fcb45944234a77787ec15aad6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 13 Dec 2018 16:36:15 +0100 Subject: pkg/report: another gvisor OOM suppression --- pkg/report/testdata/gvisor/report/20 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pkg/report/testdata/gvisor/report/20 (limited to 'pkg/report/testdata') diff --git a/pkg/report/testdata/gvisor/report/20 b/pkg/report/testdata/gvisor/report/20 new file mode 100644 index 000000000..0f66ebaba --- /dev/null +++ b/pkg/report/testdata/gvisor/report/20 @@ -0,0 +1,10 @@ +TITLE: panic: error initializing first thread: resource temporarily unavailable +SUPPRESSED: Y + +panic: error initializing first thread: resource temporarily unavailable + +goroutine 3009138 [running]: +gvisor.googlesource.com/gvisor/pkg/sentry/platform/ptrace.newSubprocess.func1(0xc00070ab80, 0xc001514900, 0xc001514960) + pkg/sentry/platform/ptrace/subprocess.go:166 +0x364 +created by gvisor.googlesource.com/gvisor/pkg/sentry/platform/ptrace.newSubprocess + pkg/sentry/platform/ptrace/subprocess.go:147 +0x213 -- cgit mrf-deployment