-
Notifications
You must be signed in to change notification settings - Fork 358
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 v4 x64 profiling not displaying function names #434
Comments
duplicate of #362 |
Are you sure you duped this to the right one? They don't seem related. |
@billti oops - off by one, thx for catching that 😃 |
From the manual test results:
Also worth noting that 0.10.33 x64 still works because it uses the 32-bit address space for profiling logs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting with a basic express application, launching profiling and loading some of the pages yields:
We have a similar issue (#299), where the function names were being displayed, but function code view was not visible. In this case, however, the function names aren’t being displayed at all – it just reports [Unknown]
The text was updated successfully, but these errors were encountered: