From 1d788bb883908c3db498a3e4c79b83443ac3aeab Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 30 Jun 2018 13:21:17 +0200 Subject: pkg/report: better detect hangs on fuchsia --- pkg/report/testdata/fuchsia/report/0 | 2 +- pkg/report/testdata/fuchsia/report/4 | 18 ++++++++++++++++++ pkg/report/testdata/fuchsia/report/5 | 10 ++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 pkg/report/testdata/fuchsia/report/4 create mode 100644 pkg/report/testdata/fuchsia/report/5 (limited to 'pkg/report/testdata') 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 Instruction Pointer = 0x10:0xffffffff801a41a7 48 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)=0x0, &(0x7f0000000080)=0x0) +zx_handle_replace(r0, 0x800, &(0x7f00000000c0)=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 -- cgit mrf-deployment