Alexander Potapenko
Alexander Potapenko
cc @tarasmadan
My syzkaller instance got stuck with the same error today: ``` 2023/11/13 10:15:59 failed to create instance: failed to run ["adb" "-s" "0bf60e913788" "shell" "find /data/syzkaller* -type l -exec unlink...
> If the repro's title is slightly different from the original title (and alt titles intersect -- otherwise crashes won't be grouped), I think it's still worth reporting. Can't we...
Another case reported yesterday: https://lore.kernel.org/netdev/[email protected]/T/
No, I have explicitly commented out `fuzzing_vms` from the config before running the manager.
The problem does not reproduce with Clang builds, so for now we can enforce the consistency checks for Clang only.
Um, okay, maybe the universe is not ready for this change yet.
Citing my own letter: > Next, allocateBranchIsland() is very slow on 64 bits -- mainly because > of the necessity to scan the memory page by page with vm_allocate(). >...
> If you introduce randomness into tests, please use this thing: https://github.com/google/syzkaller/blob/master/pkg/testutil/testutil.go#L25-L35 > > It provides both determinism for CI coverage/failures, random seeds in local testing and ability to reproduce...