-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
SIGILL when using abort-on-uncaught-exceptionΒ #14060
Copy link
Copy link
Closed
Labels
post-mortemIssues and PRs related to the post-mortem diagnostics of Node.js.Issues and PRs related to the post-mortem diagnostics of Node.js.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Metadata
Metadata
Assignees
Labels
post-mortemIssues and PRs related to the post-mortem diagnostics of Node.js.Issues and PRs related to the post-mortem diagnostics of Node.js.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Type
Fields
Give feedbackNo fields configured for issues without a type.
test case:
When using
--abort-on-uncaught-exceptionand an error throws, the process should exit withSIGABRTinstead it exists withSIGILL(illegal instruction). When usingprocess.abort()directly the process exits withSIGABRTas it should.This is the abort message: