-
Notifications
You must be signed in to change notification settings - Fork 127
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
Error: process exited by signal SIGABRT
when doing ctrl+c
.
#396
Comments
r4wand
changed the title
Mar 1, 2023
Error: process exited by signal SIGABRT
when doing ctrl+c
Error: process exited by signal SIGABRT
when doing ctrl+c
or when server stops.
r4wand
changed the title
Mar 1, 2023
Error: process exited by signal SIGABRT
when doing ctrl+c
or when server stops.Error: process exited by signal SIGABRT
when doing ctrl+c
.
We are also experiencing this; I think it's probably a duplicate of #393 If you are able to upgrade, it looks like 19 solves the problem |
@jonthomp Thank you, updating to Node.js v19.7.0 fixed it. |
I have to use Node.js v18 for some specific reasons. Is there any workaround available? |
please add that to the docs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
I am expecting clinic.js to stop listing and start generating the HTML report files.
Current Behavior
When I do
ctrl+c
I get the following error.Error: process exited by signal SIGABRT at ChildProcess.<anonymous> (/home/rawand/.nvm/versions/node/v18.13.0/lib/node_modules/clinic/node_modules/@clinic/doctor/index.js:133:13) at Object.onceWrapper (node:events:628:26) at ChildProcess.emit (node:events:513:28) at ChildProcess._handle.onexit (node:internal/child_process:291:12)
Steps to Reproduce (for bugs)
clone the sample clinic's repository.
git clone git@github.com:nearform/node-clinic-doctor-examples.git
cd node-clinic-doctor-examples
npm i
then start clinic
clinic doctor --on-port 'autocannon localhost:$PORT' -- node slow-event-loop
Sample upload
Environment
Node.js version: v18.13.0
Operating system and version:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
The text was updated successfully, but these errors were encountered: