diff options
| author | Andrew Turner <andrew@fubar.geek.nz> | 2020-01-14 10:30:30 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-14 19:55:46 +0100 |
| commit | fa12bd3c2e51db22181e536ad8c21010a952abb5 (patch) | |
| tree | 6a446da72c256322abf0f0027ecb4c196b9b9181 /pkg/report/testdata | |
| parent | 02b6b5430a9dce0f1fa9a6529dde38bf07d43ced (diff) | |
pkg/report: Add the calling function to sx reports
These can fail in many functions, include the calling function in
the report
Diffstat (limited to 'pkg/report/testdata')
| -rw-r--r-- | pkg/report/testdata/freebsd/report/12 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/report/testdata/freebsd/report/12 b/pkg/report/testdata/freebsd/report/12 new file mode 100644 index 000000000..e357d6379 --- /dev/null +++ b/pkg/report/testdata/freebsd/report/12 @@ -0,0 +1,21 @@ +TITLE: panic: sx lock still held in solisten_proto + +panic: sx lock still held +cpuid = 0 +time = 1552762818 +KDB: stack backtrace: +db_trace_self_wrapper() at db_trace_self_wrapper+0x47/frame 0xfffffe001fa45770 +vpanic() at vpanic+0x1e0/frame 0xfffffe001fa457d0 +panic() at panic+0x43/frame 0xfffffe001fa45830 +sx_destroy() at sx_destroy+0x5e/frame 0xfffffe001fa45850 +solisten_proto() at solisten_proto+0xde/frame 0xfffffe001fa458b0 +uipc_listen() at uipc_listen+0x124/frame 0xfffffe001fa45900 +solisten() at solisten+0x7a/frame 0xfffffe001fa45940 +kern_listen() at kern_listen+0x132/frame 0xfffffe001fa45980 +amd64_syscall() at amd64_syscall+0x436/frame 0xfffffe001fa45ab0 +fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe001fa45ab0 +--- syscall (0, FreeBSD ELF64, nosys), rip = 0x45c3ca, rsp = 0x7fffdffdcf88, rbp = 0x6bb140 --- +KDB: enter: panic +[ thread pid 794 tid 100167 ] +Stopped at kdb_enter+0x6a: movq $0,kdb_why + |
