CHECK failure: false. Tried to RegisterCallback without an AtExitManager in at_exit.cc |
||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5212698502234112 Fuzzer: libFuzzer_audio_decoder_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: false. Tried to RegisterCallback without an AtExitManager in at_exit.cc base::AtExitManager::RegisterTask base::AtExitManager::RegisterCallback Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=547228:547248 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5212698502234112 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
,
Apr 7 2018
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/df928557a1a267516e3995a1aa6978ced9deba6a (about:gpu should report GpuCompositing real time status.). If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label. If you aren't the correct owner for this issue, please unassign yourself as soon as possible so it can be re-triaged.
,
Apr 9 2018
I can't be my CL. Unassign myself and add audio folk to this
,
Apr 9 2018
Guessing it's this CL: https://chromium-review.googlesource.com/c/chromium/src/+/986732 since it touched the audio_decode_fuzzer.
,
Apr 10 2018
Hm, so it appears that AtExitManager is needed. Thanks, I'll upload a fix tomorrow.
,
Apr 10 2018
,
Apr 10 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d541310fc1a5884be76b6abae8278ed05b7e806c commit d541310fc1a5884be76b6abae8278ed05b7e806c Author: Max Moroz <mmoroz@chromium.org> Date: Tue Apr 10 18:06:36 2018 audio_decoder_fuzzer: add base::AtExitManager as it appears to be needed. R=csharrison@chromium.org TBR=haraken@chromium.org Bug: 830155 Change-Id: I41d40141d0db26933bc06f93a6bd63e5460c6cbb Reviewed-on: https://chromium-review.googlesource.com/1005405 Commit-Queue: Max Moroz <mmoroz@chromium.org> Reviewed-by: Abhishek Arya <inferno@chromium.org> Reviewed-by: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#549589} [modify] https://crrev.com/d541310fc1a5884be76b6abae8278ed05b7e806c/content/renderer/media/audio_decoder_fuzzer.cpp
,
Apr 11 2018
ClusterFuzz has detected this issue as fixed in range 549584:549601. Detailed report: https://clusterfuzz.com/testcase?key=5212698502234112 Fuzzer: libFuzzer_audio_decoder_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: false. Tried to RegisterCallback without an AtExitManager in at_exit.cc base::AtExitManager::RegisterTask base::AtExitManager::RegisterCallback Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=547228:547248 Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=549584:549601 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5212698502234112 See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Apr 11 2018
ClusterFuzz testcase 5212698502234112 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Jun 7 2018
[bulk-edit: disregard if N/A] Can the owner please set milestone to this bug if applicable? |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by ClusterFuzz
, Apr 7 2018Labels: Test-Predator-Auto-Components