-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skia: UBSan build is crashing on seed corpus #1364
Comments
Is this new? Can we opt out? |
@kjlubick - yes that check is a little noisy without auto-bug creation (esp here vs monorail). we are disabling the check now. |
Yes, the post-build check is new, but the idea is not, as it matches requirements of Ideal Integration Guide. There is no way to opt out. Fuzz targets that crash on seed corpus are considered broken and not useful until those crashes get fixed. If we upload and run such targets, we'd simply waste CPUs while crashing on corpus again and again. However, we've temporarily disabled that check until we implement bug auto-filing for broken builds. |
Thanks - will the autobug give a list of bad inputs to make it easy to remove from the corpus? Or will there be a script I can run locally to double check the seed corpus is clean? |
Removing inputs from the corpus is a wrong way to fix this :) But yes there will be a way to reproduce that locally: #1356 |
No need to track here, you should see a bug filed with title ": Build failure" in monorail tracker. |
https://oss-fuzz-build-logs.storage.googleapis.com/index.html
5 fuzz targets are considered broken as they crash when running on a seed corpus without any mutations.
//cc @kjlubick
The text was updated successfully, but these errors were encountered: