Skip to content
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

Is there a way to prevent clusterfuzz from filing bugs for intentional crashes? #4629

Open
wangxianzhu opened this issue Jan 21, 2025 · 0 comments

Comments

@wangxianzhu
Copy link

I have closed several bugs similar to crbug.com/389736283. The bug is about a crash on NOTREACHED() with an invalid input which should never happen in the real world except that the input is artificially created and served to the deserializer in an artificial way. When that happens, it's not safe to recover and continue, so crashing is the right choice. I have added the bug to the Clusterfuzz-Ignore hotlist, but the hotlist seems to only apply to the particular test case, not for all crashes on that NOTREACHED(). It will be great if we have a way to let Clusterfuzz know that a crash on a particular line is intentional and not file bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant