New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 900277 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner:
Closed: Oct 30
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

DCHECK in MetricsService::PrepareProviderMetricsLogDone

Project Member Reported by siggi@chromium.org, Oct 30

Issue description

This is reliably killing my local builds after a bit of time after startup:

void MetricsService::PrepareProviderMetricsLogDone(
    std::unique_ptr<MetricsLog::IndependentMetricsLoader> loader,
    bool success) {
  DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
  DCHECK(independent_loader_active_);
  DCHECK(loader);

 
Mergedinto: 899576
Status: Duplicate (was: Assigned)
Fixed it yesterday.  Reopen if you're still seeing it after a sync.

Sign in to add a comment