On Wed, Oct 11, 2023 at 12:00 PM kabuto hokage <
snakek...@gmail.com> wrote:
>
> Hey,
> When I run syzkaller I don't get any programs executed before the crash in the logs, which makes it impossible to reproduce the bugs with syz-repro.
This is strange. The log covers quite a big time span (more than an
hour?), while syzkaller keeps track of executed programs and, if none
appear in ~5 minutes, kills the VM and saves a "no output from the
machine" crash. Are you fuzzing on some super slow VMs?
I also see a lot of debugging output, which may be why you're not
seeing any executed progs there -- it remembers only the last 1 MB
(you can adjust it locally in the code if you need to).
> I do however let syzkaller reproduce the bug automatically, so I have a syz program. The program does however not reproduce the bug at all with " ./syz-execprog -executor=./syz-executor -repeat=0 -procs=1 repro.prog". I found out that syzbot has reported the exact same bug in question,
What does it print if you also add a -debug flag?
> "KASAN: use-after-free Write in ex_handler_refcount". Trying the syz program that syzbot generates also doesn't result in any crashes for me.
> Im not sure if this might have something to do with accumulated kernel states or maybe races, but I would like to know. I have attached some files that give some more context.
>
> best regards
>
--
Aleksandr