New issue
Advanced search Search tips

Issue 689765 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2017
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

TabUsageRecorder::Initialize DCHECK fails during ChromeBrowserMainExtraPartsMetricsTest

Project Member Reported by holte@chromium.org, Feb 8 2017

Issue description

TabUsageRecorder::Initialize has a DCHECK to make sure that it only gets run once, but several tests in ChromeBrowserMainExtraPartsMetricsTest call ChromeBrowserMainExtraPartsMetrics::PostBrowserStart, which will call TabUsageRecorder::Initialize

When multiple of these tests are run at once, the later runs will crash, but then succeed on retry.  This should be fixed to avoid the crash.
 
Status: Fixed (was: Assigned)

Sign in to add a comment