On Tue, Jun 16, 2020 at 8:33 AM Marco Vanotti <
mvan...@google.com> wrote:
>
> Hi Dmitry,
>
> Thanks for your answer. This ended up being a different bug that caused the kernel to just reboot. I manually minimized the syscalls (removing a few and checking whether the crash still happened) and then realized what the bug was.
Good, it's resolved.
> I thought somehow syzkaller was not seeing a kernel panic happening, but it was the machine rebooting directly.
This sounds bad. This means all bugs will be thrown into "lost
connection" bucket. Is this reboot message in the log but not
recognized as a "bug"? Or it's not the in the log at all? If it's the
former, please add a test to pkg/report/testdata/fuchsia/report, if
it's the latter, there is something wrong with console output
interception (however, vm/qemu should do it right b/c/ it's widely
used, so kernel writing it somewhere else?).