Skip to content
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

Go trace file show blank page at chrome #39640

Closed
jinlianch opened this issue Jun 17, 2020 · 1 comment
Closed

Go trace file show blank page at chrome #39640

jinlianch opened this issue Jun 17, 2020 · 1 comment

Comments

@jinlianch
Copy link

What version of Go are you using (go version)?

go version go1.13.5 darwin/amd64

Does this issue reproduce with the latest release?

Not try this one

What operating system and processor architecture are you using (go env)?

MacOs mojave 10.14.5
Chrome Version 83.0.4103.106 (Official Build) (64-bit)

What did you do?

Use go pprof to generate a trace file
go tool trace -http=localhost:8003 trace.out
Use chrome to open http://127.0.0.1:8003/trace , show blank page.

Uncaught ReferenceError: tr is not defined
    at onResult (trace:60)
    at trace:44

I have try #34374 (comment), token have set in the page, but still not work.
image

@jinlianch
Copy link
Author

Try go1.14.4, it works.

@golang golang locked and limited conversation to collaborators Jun 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants