Abrt in base::test::ScopedTaskEnvironment::ScopedTaskEnvironment |
||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5651364633640960 Fuzzer: libFuzzer_media_pipeline_integration_fuzzer Fuzz target binary: media_pipeline_integration_fuzzer Job Type: libfuzzer_chrome_asan Platform Id: linux Crash Type: Abrt Crash Address: 0x053900004107 Crash State: base::test::ScopedTaskEnvironment::ScopedTaskEnvironment void base::internal::FunctorTraits<void void base::internal::Invoker<base::internal::BindState<void Sanitizer: address (ASAN) Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5651364633640960 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for instructions to reproduce this bug locally. 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.
,
Today
(22 hours ago)
Automatically applying components based on crash stacktrace and information from OWNERS files. If this is incorrect, please apply the Test-Predator-Wrong-Components label.
,
Today
(22 hours ago)
Automatically adding ccs based on OWNERS file / target commit history. If this is incorrect, please add ClusterFuzz-Wrong label.
,
Today
(11 hours ago)
wez: Seems to be triggering the new LOG(FATAL) you added in https://chromium-review.googlesource.com/c/chromium/src/+/1319344
,
Today
(11 hours ago)
This report is from Chrome ASAN, so presumably the issue is that this text takes longer than action_max_timeout(), in spite of the extra multiplier we give that under ASAN, due to instrumentation. gab: Should we disable Run() timeouts in ADDRESS_SANITIZER builds, do you think? xhwang: Short-term I'd suggest adding a ScopedRunTimeoutForTest instance to this fuzzer, conditional on ADDRESS_SANITIZER, to disable the Run() timeouts in that case.
,
Today
(11 hours ago)
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by ClusterFuzz
, Today (22 hours ago)