Closed
Description
- Version: master (as of yesterday?)
- Platform: macOS
- Subsystem: src
An internal project is generating this warning when run:
process.on(SIGPROF) is reserved while debugging
It was not immediately clear to me that this was indeed from node, since no (node:pid)
prefix was attached.
The warning is emitted from here and was added in 84ad31f about a year ago (though I'm not sure inspector was on by default then). My understanding is that this warning does not happen for us on LTS versions of Node.
Edit: We are not launching the inspector in any way when running into this.