Skip to content

report: honor setUncaughtExceptionCaptureCallback - #35595

Merged
gireeshpunathil merged 1 commit into
nodejs:masterfrom
gireeshpunathil:report-off-on-custom-exception-hook
Oct 15, 2020
Merged

report: honor setUncaughtExceptionCaptureCallback#35595
gireeshpunathil merged 1 commit into
nodejs:masterfrom
gireeshpunathil:report-off-on-custom-exception-hook

Conversation

@gireeshpunathil

Copy link
Copy Markdown
Member

This api does not alter the behavior of diagnostic
report configured to on uncaught exceptions.
This is deemed as a bug. Honor this API.

Refs: #35588

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

/cc @addaleax

@nodejs-github-botnodejs-github-bot added the process Issues and PRs related to the process subsystem. label Oct 11, 2020

@cjihrigcjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to add a test for this?

Comment threadtest/report/test-report-uncaught-exception-override.js Outdated
Comment threadtest/report/test-report-uncaught-exception-override.js Outdated
@gireeshpunathilgireeshpunathil added request-ci Add this label to start a Jenkins CI on a PR. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Oct 13, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 13, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@gireeshpunathilgireeshpunathil added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 15, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 15, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

This api does not alter the behavior of diagnostic
report configured on uncaught exceptions.
This is deemed as a bug. Honor this API.
Refs: nodejs#35588
PR-URL: nodejs#35595
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
@gireeshpunathil
gireeshpunathilforce-pushed the report-off-on-custom-exception-hook branch from 7ea364a to ddff2b2CompareOctober 15, 2020 07:25
@gireeshpunathil
gireeshpunathil merged commit ddff2b2 into nodejs:masterOct 15, 2020
@gireeshpunathil

Copy link
Copy Markdown
MemberAuthor

landed in ddff2b2

MylesBorins pushed a commit that referenced this pull request Nov 24, 2020
This api does not alter the behavior of diagnostic
report configured on uncaught exceptions.
This is deemed as a bug. Honor this API.
Refs: #35588
PR-URL: #35595
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
@BethGriggsBethGriggs mentioned this pull request Dec 10, 2020
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
This api does not alter the behavior of diagnostic
report configured on uncaught exceptions.
This is deemed as a bug. Honor this API.
Refs: nodejs#35588
PR-URL: nodejs#35595
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.processIssues and PRs related to the process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@gireeshpunathil@nodejs-github-bot@jasnell@addaleax@cjihrig@joyeecheung@richardlau