Skip to content
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

node warning - process.on(SIGPROF) is reserved while debugging #19

Closed
pmuellr opened this issue Jun 15, 2017 · 3 comments
Closed

node warning - process.on(SIGPROF) is reserved while debugging #19

pmuellr opened this issue Jun 15, 2017 · 3 comments

Comments

@pmuellr
Copy link
Contributor

pmuellr commented Jun 15, 2017

Got this while running nscm with no args from a tmp directory with node 8.1.2

$ nscm
(node:35868) Warning: process.on(SIGPROF) is reserved while debugging
ENOENT: no such file or directory, open 'package.json'

A colleague suggests that this is caused by a pre-req shutdown handler which is binding to all the signals, but SIGPROF is no longer bindable in 8.1.2 - or something.

@pmuellr
Copy link
Contributor Author

pmuellr commented Jun 15, 2017

related issue in node - nodejs/node#12706

@Fishrock123
Copy link

This is caused by an old version of signal-exit.

Here is where it is in the dep tree:

├─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected] deduped
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]

We want signal-exit 3.0+.

@julianduque
Copy link
Contributor

This should be fixed now, dependency updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants