aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/gvisor.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-12-13 12:33:17 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-12-13 12:33:17 +0100
commitecf8ceeef241d31b45545eb3e08edcb73c079151 (patch)
tree6f72a569ab2271e041fd50e501145e108ecd0798 /pkg/report/gvisor.go
parenta553162c82da9391b502c516cf74c8389ba8d1b9 (diff)
pkg/report: pkg/report: relaxed gvisor OOM suppressions more
There are more variations of this panic format.
Diffstat (limited to 'pkg/report/gvisor.go')
-rw-r--r--pkg/report/gvisor.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/report/gvisor.go b/pkg/report/gvisor.go
index dab63577b..ec0a494ea 100644
--- a/pkg/report/gvisor.go
+++ b/pkg/report/gvisor.go
@@ -22,9 +22,9 @@ func ctorGvisor(target *targets.Target, kernelSrc, kernelObj string,
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 set fpregs \(.*\) failed: no such process`, // OOM kill
- `panic: ptrace set regs \(.*\) 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",
"panic: error mapping run data: error mapping runData: cannot allocate memory",