syzkaller icon indicating copy to clipboard operation
syzkaller copied to clipboard

executor: SYZFAIL: coverage filter is full

Open a-nogikh opened this issue 1 year ago • 1 comments
trafficstars

https://syzkaller.appspot.com/bug?id=9ea97d98d60c94c4c99c7fa8749cdd29b62b1abc

SYZFAIL: coverage filter is full
pc=0x80007000c0008 regions=[0xffffffffbfffffff 0x243fffffff 0x143fffffff 0xc3fffffff] alloc=156 (errno 11: Resource temporarily unavailable)

For some reason, we pass non-kernel address to the coverage filter.

A more interesting question is why we pass the coverage filter data there at all -- the error happens on ci-upstream-kasan-gce-root and ci-upstream-kasan-gce-selinux-root. We do not specify any coverage filters in their configuration.

a-nogikh avatar Jun 27 '24 10:06 a-nogikh

We do not specify any coverage filters in their configuration.

The coverage filter object is also used to track max cover, so it's always used when coverage is enabled.

dvyukov avatar Jun 27 '24 12:06 dvyukov