Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 8140d10b975b
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: b81a643f9ae3
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 10, 2015

  1. V8: avoid deadlock when profiling is active

    A deadlock happens when sampler initiated by SIGPROF tries to lock
    the thread and the thread is already locked by the same thread. As
    a result, other thread involved in sampling process hangs. The
    patch adds a check for thread lock before continuing sampler
    operation.
    
    The fix has been tested on a sample app under load with and without
    profiling turned on.
    
    Fixes issue #14576 and specifically the duplicate issue #25295
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25309
    dmelikyan authored and Julien Gilli committed Jun 10, 2015
    Copy the full SHA
    b81a643 View commit details
    Browse the repository at this point in the history