Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Issue 87643003: Disable profiler, as profiler shutdown is racing with isolates. (Closed)

Created:
7 years ago by Anders Johnsen
Modified:
7 years ago
Reviewers:
Søren Gjesse, Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Disable profiler, as profiler shutdown is racing with isolates. Some tests using isolates, crashes with the following assertion error: runtime/vm/profiler.cc:237: error: expected: initialized_ It turns out that ProfileManager::Shutdown is called, while there are still isolates running. The comment in runtime/vm/dart.cc:152 seams to explain the issue. BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=30666

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M runtime/vm/profiler.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
7 years ago (2013-11-26 09:30:01 UTC) #1
Anders Johnsen
Forgot to mention how to repro (happens in one out of maybe 100): out/DebugIA32/dart --short_socket_write ...
7 years ago (2013-11-26 09:36:56 UTC) #2
Søren Gjesse
lgtm
7 years ago (2013-11-26 09:40:59 UTC) #3
Anders Johnsen
7 years ago (2013-11-26 09:41:27 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r30666 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698