-
Notifications
You must be signed in to change notification settings - Fork 582
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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):
IGNORE_STATE_CRASH_TYPES = [ |
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
Labels
bugSomething isn't workingSomething isn't working