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

Issue 3157022: Fix issue 833: eliminate race condition in ProfilerEventsProcessor. (Closed)

Created:
10 years, 4 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
Reviewers:
antonm
CC:
v8-dev
Visibility:
Public.

Description

Fix issue 833: eliminate race condition in ProfilerEventsProcessor. When under a load, the ProfilerEventsProcessor thread can start (enter Run) after Stop has been called, thus resetting running_ data member back to 'true', and starting an infinite loop. BUG=833 Committed: http://code.google.com/p/v8/source/detail?r=5304

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M src/cpu-profiler.cc View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
mnaganov (inactive)
10 years, 4 months ago (2010-08-18 15:28:44 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698