oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

[micronaut] minimization fails

Open yawkat opened this issue 11 months ago • 0 comments

It seems minimization for all of the micronaut crashes fails. For example https://oss-fuzz.com/testcase-detail/4972304618029056 it says at the bottom:

[2025-01-13 13:43:14 UTC] oss-fuzz-tworker2-xr7m: Minimize task started.
[2025-01-13 15:02:12 UTC] oss-fuzz-tworker2-nxz8: Minimize task errored out: LibFuzzer minimization failed.

However when I run locally with ./EmbeddedHttpTarget -minimize_crash=1 clusterfuzz-testcase-minimized-EmbeddedHttpTarget-4972304618029056, it minimizes just fine.

Is there any way to get more info on why minimization is failing? Either a log of the failing worker, or some way to reproduce locally using infra.py.

yawkat avatar Jan 20 '25 15:01 yawkat