Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src,worker: runtime error on pthread creation failure #32344

Closed
wants to merge 4 commits into from

Commits on Mar 21, 2020

  1. src,worker: runtime error on pthread creation

    with large number of worker threads pthread
    fails with hard assertion.
    Instead of hard assertion throw a runtime error.
    
    Refs: nodejs#32319
    HarshithaKP committed Mar 21, 2020
    Copy the full SHA
    9fcd394 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c064d2d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Copy the full SHA
    2f5a48d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a5b658 View commit details
    Browse the repository at this point in the history