-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Warning/Notice when processing V8 profiler output from same binary #16736
Labels
v8 engine
Issues and PRs related to the V8 dependency.
Comments
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Nov 7, 2017
Introduced in 70832bc ("build: add V8 embedder version string".) Fixes: nodejs#16736 PR-URL: nodejs#16769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Nov 7, 2017
Verify that v8-version log lines are parsed and matched correctly. Fixes: nodejs#16736 PR-URL: nodejs#16769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
cjihrig
pushed a commit
to cjihrig/node
that referenced
this issue
Nov 7, 2017
Introduced in 70832bc ("build: add V8 embedder version string".) Fixes: nodejs#16736 PR-URL: nodejs#16769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
cjihrig
pushed a commit
to cjihrig/node
that referenced
this issue
Nov 7, 2017
Verify that v8-version log lines are parsed and matched correctly. Fixes: nodejs#16736 PR-URL: nodejs#16769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using node with
--prof
and then--prof-process
with the same binary results in this message being printed before the formatted output: 'Testing v8 version different from logging version'.The text was updated successfully, but these errors were encountered: