-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocollib / srcIssues and PRs related to general changes in the lib or src directory.Issues and PRs related to general changes in the lib or src directory.
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.
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocollib / srcIssues and PRs related to general changes in the lib or src directory.Issues and PRs related to general changes in the lib or src directory.