-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
The inspector process.on(SIGPROF) warning is non-standard. #12706
Copy link
Copy link
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.
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.
An internal project is generating this warning when run:
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.