New issue
Advanced search Search tips

Issue 907738 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Nov 26
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

Timeout in v8_script_parser_fuzzer

Project Member Reported by ClusterFuzz, Nov 22

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=4604695928373248

Fuzzer: libFuzzer_v8_script_parser_fuzzer
Job Type: libfuzzer_chrome_asan_debug
Platform Id: linux

Crash Type: Timeout (exceeds 25 secs)
Crash Address: 
Crash State:
  v8_script_parser_fuzzer
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=607560:607561

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4604695928373248

Issue filed automatically.

See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
 
Components: Blink>JavaScript
Cc: clemensh@chromium.org
Components: -Blink>JavaScript Blink>JavaScript>Parser
Owner: marja@chromium.org
Status: Assigned (was: Untriaged)
Hm, I can't measure any difference locally between 607560 and 607561. On a release build, the test case executes in ~0.3 seconds. Note that clusterfuzz used a debug asan bot.
Should we just reduce the allowed test case size? It's 8kB currently. Would we loose any coverage by reducing it to, say, 1kB?
Cc: mmoroz@chromium.org metzman@chromium.org marja@chromium.org
Owner: mmoroz@chromium.org
Afaics this is not my fuzzer... assigning to fuzzer folks
The fuzzer seems to be quite old and didn't find any failures recently. Since we have more specialized fuzzers, we could just remove it.
Status: WontFix (was: Assigned)
This particular timeout is probably WontFix, as (A) it doesn't happen too often (just 6 times over the past 21 days) and (B) it's in the debug build. If it re-occurs more frequently, we can try enforcing a shorter input (e.g. reproducer for this one is 7KB).
Project Member

Comment 7 by ClusterFuzz, Dec 1

Labels: -Reproducible Unreproducible
ClusterFuzz testcase 4604695928373248 appears to be flaky, updating reproducibility label.

Sign in to add a comment