diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-19 13:39:14 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-12-19 13:39:14 +0100 |
| commit | 779a655b43cff0133ef0b2e838c8a1807bd0d9a1 (patch) | |
| tree | 51cfe16961bab8197b9e6a014f187eda56866831 /pkg | |
| parent | a87e30dc1b7779d39613a85345ec19e449901dd4 (diff) | |
pkg/report: add test where we fail to detect corrupted report
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/report/testdata/linux/report/138 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg/report/testdata/linux/report/138 b/pkg/report/testdata/linux/report/138 new file mode 100644 index 000000000..455e44960 --- /dev/null +++ b/pkg/report/testdata/linux/report/138 @@ -0,0 +1,14 @@ +# TODO: this must be marked as corrupted +TITLE: INFO: task hung in __schedule + +[ 369.632194] INFO: task syz-executor1:12659 blocked for more than 120 seconds. +[ 369.639544] Not tainted 4.15.0-rc2+ #152 +[ 369.644142] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. +[ 369.652103] syz-executor1 D21600 12659 3368 0x00000004 +[ 369.657750] Call Trace: +[ 369.660348] __schedule+0x8eb/0x2060 +[ 369.664105] ? __sched_text_start+0x8/0x8 +[ 369.668257] ? insert_work+0x5d0/0x5d0 +[ 369.672158] ? find_held_lock+0x39/0x1d0 +[ 369.676239] ? print_usage_bug+0x3f0/0x3f0 +[ 369.680486] ? checkpacket_write_wait: Connection to 216.239.38.127 port 9600: Broken pipe |
