diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 13:21:17 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 13:21:17 +0200 |
| commit | 1d788bb883908c3db498a3e4c79b83443ac3aeab (patch) | |
| tree | 3ea677acafe1d28be76a28088c930908ee835d60 /pkg/report/testdata | |
| parent | 5739f7bef21ce8e3cee6b67f3cde2b37cb9891d4 (diff) | |
pkg/report: better detect hangs on fuchsia
Diffstat (limited to 'pkg/report/testdata')
| -rw-r--r-- | pkg/report/testdata/fuchsia/report/0 | 2 | ||||
| -rw-r--r-- | pkg/report/testdata/fuchsia/report/4 | 18 | ||||
| -rw-r--r-- | pkg/report/testdata/fuchsia/report/5 | 10 |
3 files changed, 29 insertions, 1 deletions
diff --git a/pkg/report/testdata/fuchsia/report/0 b/pkg/report/testdata/fuchsia/report/0 index ca478b5af..7d09c4393 100644 --- a/pkg/report/testdata/fuchsia/report/0 +++ b/pkg/report/testdata/fuchsia/report/0 @@ -1,4 +1,4 @@ -TITLE: KERNEL PANIC +TITLE: recursion in interrupt handler gfxconsole: rows <PAGE FAULT> Instruction Pointer = 0x10:0xffffffff801a41a7 48<PAGE FAULT> Stack Pointer = 0x18:0xffffff9951906e90 diff --git a/pkg/report/testdata/fuchsia/report/4 b/pkg/report/testdata/fuchsia/report/4 new file mode 100644 index 000000000..f9635c1b2 --- /dev/null +++ b/pkg/report/testdata/fuchsia/report/4 @@ -0,0 +1,18 @@ +TITLE: recursion in interrupt handler + +10:25:07 executing program 2: +zx_eventpair_create(0x0, &(0x7f0000000040)=<r0=>0x0, &(0x7f0000000080)=<r1=>0x0) +zx_handle_replace(r0, 0x800, &(0x7f00000000c0)=<r2=>0x0) +zx_object_set_cookie(r2, r1, 0x0) + +gfxconsole: rows 48, columns 113, extray 0 +stopping other cpus +vector 14 +recursion in interrupt handler +Connection to localhost closed by remote host. +halting cpu 0 + +REPORT: +vector 14 +recursion in interrupt handler +Connection to localhost closed by remote host. diff --git a/pkg/report/testdata/fuchsia/report/5 b/pkg/report/testdata/fuchsia/report/5 new file mode 100644 index 000000000..3ae746f92 --- /dev/null +++ b/pkg/report/testdata/fuchsia/report/5 @@ -0,0 +1,10 @@ +TITLE: recursion in interrupt handler + +gfxconsole: rows stopping other cpus +48halting cpu 0 +, columns 113, extray 0 +vector 14 +recursion in interrupt handler +Connection to localhost closed by remote host. + RIP: 0x001a1f12 fillrect16 lib/gfx/gfx.c:289 + CS: 0x10 RIP: 0xffffffff001a1f12 EFL: 0x10006 CR2: 0xffffff9bf8dab000 |
