aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/gvisor.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/gvisor.go')
-rw-r--r--pkg/report/gvisor.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkg/report/gvisor.go b/pkg/report/gvisor.go
index f690db285..488a40dad 100644
--- a/pkg/report/gvisor.go
+++ b/pkg/report/gvisor.go
@@ -150,22 +150,22 @@ var gvisorOopses = []*oops{
[]*regexp.Regexp{},
},
&oops{
- []byte("signal SIGSEGV"),
+ []byte("SIGSEGV:"),
[]oopsFormat{
{
- title: compile("signal SIGSEGV(.*)"),
- fmt: "signal SIGSEGV%[1]v",
+ title: compile("SIGSEGV:(.*)"),
+ fmt: "SIGSEGV:%[1]v",
noStackTrace: true,
},
},
[]*regexp.Regexp{},
},
&oops{
- []byte("signal SIGBUS"),
+ []byte("SIGBUS:"),
[]oopsFormat{
{
- title: compile("signal SIGBUS(.*)"),
- fmt: "signal SIGBUS%[1]v",
+ title: compile("SIGBUS:(.*)"),
+ fmt: "SIGBUS:%[1]v",
noStackTrace: true,
},
},