-
Notifications
You must be signed in to change notification settings - Fork 607
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
UI error with Node.js CPU profile: TypeError: Failed to construct 'URL' #475
Comments
Can you share the profile you are having trouble with? |
Thanks for following up on this! @kalyanac this is the profile I used: I recorded it using the instructions in https://www.npmjs.com/package/pprof#requiring-from-the-command-line. |
Thanks for the profile! @filipesilva - Another follow-up questions: Which version of pprof are you using? (Either the commit hash if using pprof from this repo, or the go version if using I can't reproduce either error with the |
@nolanmar511 I am not sure how to check the version. I followed the steps in https://github.com/google/pprof#building-pprof earlier today for the first time. I ran Below is what I see in chrome for the graph, with the console open: I'm seeing I tried flamegraph again and I was able to see the flamegraph, without a |
Thanks! The version of pprof from the head of this repo is being used. This might be a Windows-specific issue. |
Originally reported at nodejs/node#25576 (comment) by @filipesilva:
The text was updated successfully, but these errors were encountered: