Skip to content

Don't account for crash state changes in Java stackoverflow bugs #4747

@oliverchang

Description

@oliverchang

Currently, Java stackoverflow bugs manifest as a "Security exception" crash type (example: https://oss-fuzz.com/testcase-detail/6307143094960128).

In our daily progression_task, we exclude stack-overflow bugs from having their crash states compared for reproducibility (because the stacktrace is expected to easily change across runs):

This is so we don't keep closing/re-opening new issues for the same crash.

We need to account for Java stack-overflows also by either:

  • Changing the crash type of Java stack-overflows to "Stack-overflow"
  • Somehow annotate/detect "Security exception" crashes as stack-overflow where relevant, so we can skip the crash state check.

Discovered this from google/oss-fuzz#13177

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions