aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index e152118fa..c67e5458f 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1883,7 +1883,9 @@ var linuxOopses = append([]*oops{
},
},
},
- []*regexp.Regexp{},
+ []*regexp.Regexp{
+ compile(`general protection fault .* error:\d+ in `),
+ },
},
{
[]byte("stack segment: "),