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

Issue 66073: openh264:decoder_fuzzer: Timeout in decoder_fuzzer #3746

Open
BenzhengZhang opened this issue Apr 23, 2024 · 1 comment
Open

Comments

@BenzhengZhang
Copy link
Collaborator

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66073&q=label%3AProj-openh264&can=2

@tyan0
Copy link
Contributor

tyan0 commented Jul 12, 2024

Isn't this issue simply due to the short timeout?

With latest oss-fuzz, the timeout seems to be 25 sec for the command:
python3 infra/helper.py reproduce openh264 decoder_fuzzer clusterfuzz-testcase-minimized-decoder_fuzzer-6315387293597696

When I ran (without timeout):
build/out/openh264/decoder_fuzzer clusterfuzz-testcase-minimized-decoder_fuzzer-6315387293597696
it takes 57 sec on my test environment and completed without errors.

https://google.github.io/oss-fuzz/advanced-topics/reproducing/#fuzz-target-bugs recommends -timeout=65, but the default timeout is 25 sec for some reason.

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