-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
AIX: test-vm-sigint-existing-handler failing #7981
Comments
Now see that this test is failing in the runs: not ok 1074 parallel/test-vm-sigint-existing-handler # CRASHED (Signal: 31) which is most likely the cause of the stray process |
mhdawson
changed the title
AIX: /test-vm-sigint-existing-handler.js
AIX: test-vm-sigint-existing-handler failing
Aug 4, 2016
I think this just requires the same kind of change that #7854 made, will have a PR up in a minute |
@addaleax thanks. |
addaleax
added a commit
to addaleax/node
that referenced
this issue
Aug 4, 2016
Set the `SIGUSR2` handler before spawning the child process to make sure the signal is always handled. Ref: nodejs#7854 Fixes: nodejs#7981
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While running latest tests on AIX have noticed some processes that remain running after the tests complete:
Not sure if this is AIX specific or not as I've only see it on AIX at this point.
The text was updated successfully, but these errors were encountered: