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

UBSAN Unsigned-integer-overflow report deduplication is broken. #1036

Closed
LebedevRI opened this issue Dec 13, 2017 · 2 comments
Closed

UBSAN Unsigned-integer-overflow report deduplication is broken. #1036

LebedevRI opened this issue Dec 13, 2017 · 2 comments

Comments

@inferno-chromium
Copy link
Collaborator

Basically our deduplication works as a best guess, it tries to group similar looking stacktraces into one group (https://oss-fuzz.com/v2/testcases?q=group%3A5575276596559872). If we don't this, we spam and create many bugs for most scenarios (>90%). So, this case which happens ~ <10% time, we rely on you fixing individual bugs. If you fix one bug, then ClusterFuzz will close that, then later automatically realise that this other grouped testcase should get a new bug, and it files another new one. So, this is a reasonable workaround for this scenario.

@inferno-chromium
Copy link
Collaborator

And no, this is not related to #863, #863 is an issue of not using the right part of stacktrace to put in crash state for deduplication.

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

2 participants