diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/report/linux.go | 4 | ||||
| -rw-r--r-- | pkg/report/testdata/linux/report/649 | 9 |
2 files changed, 12 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: "), diff --git a/pkg/report/testdata/linux/report/649 b/pkg/report/testdata/linux/report/649 new file mode 100644 index 000000000..f77cf7b00 --- /dev/null +++ b/pkg/report/testdata/linux/report/649 @@ -0,0 +1,9 @@ +TITLE: + +Warning: Permanently added '10.128.0.132' (ECDSA) to the list of known hosts. +syzkaller login: [ 36.852785][ T3615] traps: syz-executor229[3615] general protection fault ip:7feb96eb56a1 sp:20000fd0 error:0 in syz-executor2295634012[7feb96e75000+84000] +[ 36.881595][ T3616] traps: syz-executor229[3616] general protection fault ip:7feb96eb56a1 sp:20000fd0 error:0 in syz-executor2295634012[7feb96e75000+84000] +[ 36.891251][ T3617] traps: syz-executor229[3617] general protection fault ip:7feb96eb56a1 sp:20000fd0 error:0 in syz-executor2295634012[7feb96e75000+84000] +[ 36.912532][ T3619] traps: syz-executor229[3619] general protection fault ip:7feb96eb56a1 sp:20000fd0 error:0 in syz-executor2295634012[7feb96e75000+84000] +[ 36.927415][ T3618] traps: syz-executor229[3618] general protection fault ip:7feb96eb56a1 sp:20000fd0 error:0 in syz-executor2295634012[7feb96e75000+84000] +[ 36.932851][ T3620] traps: syz-executor229[3620] general protection fault ip:7feb96eb56a1 sp:20000fd0 error:0 in syz-executor2295634012[7feb96e75000+84000] |
