New issue
Advanced search Search tips

Issue 830155 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

CHECK failure: false. Tried to RegisterCallback without an AtExitManager in at_exit.cc

Project Member Reported by ClusterFuzz, Apr 7 2018

Issue description

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

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.
 
Project Member

Comment 1 by ClusterFuzz, Apr 7 2018

Components: Internals>Core
Labels: Test-Predator-Auto-Components
Automatically applying components based on crash stacktrace and information from OWNERS files.

If this is incorrect, please apply the Test-Predator-Wrong-Components label.
Project Member

Comment 2 by ClusterFuzz, Apr 7 2018

Labels: Test-Predator-Auto-Owner
Owner: zmo@chromium.org
Status: Assigned (was: Untriaged)
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.

Comment 3 by zmo@chromium.org, Apr 9 2018

Cc: rtoy@chromium.org
Components: Internals>Media>Audio
Owner: ----
Status: Untriaged (was: Assigned)
I can't be my CL.

Unassign myself and add audio folk to this

Comment 4 by rtoy@chromium.org, Apr 9 2018

Cc: -rtoy@chromium.org
Owner: mmoroz@chromium.org
Guessing it's this CL: https://chromium-review.googlesource.com/c/chromium/src/+/986732 since it touched the audio_decode_fuzzer.


Comment 5 by mmoroz@chromium.org, Apr 10 2018

Status: Assigned (was: Untriaged)
Hm, so it appears that AtExitManager is needed. Thanks, I'll upload a fix tomorrow.

Comment 6 by mmoroz@chromium.org, Apr 10 2018

Status: Started (was: Assigned)
https://chromium-review.googlesource.com/c/chromium/src/+/1005405
Project Member

Comment 7 by bugdroid1@chromium.org, 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

Project Member

Comment 8 by ClusterFuzz, 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.
Project Member

Comment 9 by ClusterFuzz, Apr 11 2018

Labels: ClusterFuzz-Verified
Status: Verified (was: Started)
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.
[bulk-edit: disregard if N/A] Can the owner please set milestone to this bug if applicable?

Sign in to add a comment