Timeout in media_pipeline_integration_fuzzer |
||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5870355402194944 Fuzzer: libFuzzer_media_pipeline_integration_fuzzer Job Type: libfuzzer_chrome_asan Platform Id: linux Crash Type: Timeout (exceeds 25 secs) Crash Address: Crash State: media_pipeline_integration_fuzzer Sanitizer: address (ASAN) Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5870355402194944 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reproducing.md for more information. Note: This crash might not be reproducible with the provided testcase. That said, for the past 14 days we've been seeing this crash frequently. If you are unable to reproduce this, please try a speculative fix based on the crash stacktrace in the report. The fix can be verified by looking at the crash statistics in the report, a day after the fix is deployed. We will auto-close the bug if the crash is not seen for 14 days.
,
Sep 6 2017
This looks like it's in FFmpeg. perf record -g -p <PID of local fuzzer running the test case> shows 99.60% time spent in av_read_frame's read_frame_internals's parse_packet; within that: 85.37% time spent in av_parser_parse2 --61.92% in flac_parse. All for a file < 3KB. Seems like there's something in ffmpeg that isn't advancing the parse cursor sufficiently in this case. => chcunningham@ to see about getting this fixed in the ffmpeg roll.
,
Sep 15 2017
,
Oct 1 2017
Automatically applying components based on information from OWNERS files. If this seems incorrect, please apply the Test-Predator-Wrong-Components label.
,
Oct 24 2017
For more information, please see https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md. The link referenced in the description is no longer valid.
,
Nov 7 2017
,
Apr 17 2018
We are closing all ooms and timeouts that are unreproducible. We won't be filing such bugs in future. |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by msrchandra@chromium.org
, Sep 6 2017Labels: Test-Predator-Correct-CLs
Owner: wolenetz@chromium.org
Status: Assigned (was: Untriaged)