DescriptionFix 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 #
Messages
Total messages: 1 (0 generated)
|