New issue
Advanced search Search tips

Issue 920364 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 920111
Owner:
Closed: Jan 9
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug-Regression


Sign in to add a comment

media_pipeline_integration_fuzzer is hitting the default Run() timeout

Project Member Reported by w...@chromium.org, Jan 9

Issue description

This fuzzer normally runs with a 25s timeout specified on the command-line, but for some reason is still managing to hit the default Run() timeout (set to TestTimeouts::action_max_timeout(), which is usually 30s or 45s) that was added in  issue 918724 .

This resulted in several fuzzer-reported issues being incorrectly closed-out as Fixed (see issues  917024 , 763620, 807515 and 908222).
 
Blocking: 918724
Blocking: 763620
Blocking: 807515
Blocking: 908222
Owner: w...@chromium.org
Status: Started (was: Untriaged)
Not clear why the default Run() timeout is firing in this case; the build Linux+Debug+ASAN, so the action_max_timeout() is 90s, whereas dalecurtis@ observes that the timeout is being hit after only ~2s in fuzzer runs.
Mergedinto: 920111
Status: Duplicate (was: Started)
Looks like we were actually just crashing the fuzzer fixture at startup, due to  issue 920111 .

Sign in to add a comment