FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

worker: ignore --abort-on-uncaught-exception for terminate() by addaleax · Pull Request #26111 · nodejs/node · GitHub

/ node Public

worker: ignore --abort-on-uncaught-exception for terminate() - #26111

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:worker-termination-abort-on-uncaught
Closed

worker: ignore --abort-on-uncaught-exception for terminate()#26111
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:worker-termination-abort-on-uncaught

Conversation

Copy link
Copy Markdown
Member

When running Worker threads with --abort-on-uncaught-exception,
do not abort the process when worker.terminate() is called.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

When running Worker threads with `--abort-on-uncaught-exception`,
do not abort the process when `worker.terminate()` is called.

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Feb 14, 2019
addaleax added the worker Issues and PRs related to Worker support. label Feb 14, 2019

Copy link
Copy Markdown
Member Author

addaleax commented Feb 15, 2019
edited
Loading

Copy link
Copy Markdown
Member Author

Resume CI: https://ci.nodejs.org/job/node-test-pull-request/20793/ (:heavy_check_mark:)

Copy link
Copy Markdown
Member Author

/cc @nodejs/workers

Copy link
Copy Markdown
Member Author

Landed in 85b95cc

addaleax closed this Feb 18, 2019
addaleax deleted the worker-termination-abort-on-uncaught branch February 18, 2019 08:19
addaleax added a commit that referenced this pull request Feb 18, 2019
When running Worker threads with `--abort-on-uncaught-exception`,
do not abort the process when `worker.terminate()` is called.

PR-URL: #26111
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
addaleax added a commit that referenced this pull request Feb 18, 2019
When running Worker threads with `--abort-on-uncaught-exception`,
do not abort the process when `worker.terminate()` is called.

PR-URL: #26111
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
BridgeAR mentioned this pull request Feb 26, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
When running Worker threads with `--abort-on-uncaught-exception`,
do not abort the process when `worker.terminate()` is called.

PR-URL: #26111
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. worker Issues and PRs related to Worker support.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL