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

cmd/pprof: weblist command does not work in firefox #15225

Closed
ALTree opened this issue Apr 10, 2016 · 1 comment
Closed

cmd/pprof: weblist command does not work in firefox #15225

ALTree opened this issue Apr 10, 2016 · 1 comment

Comments

@ALTree
Copy link
Member

ALTree commented Apr 10, 2016

Steps to reproduce

  1. Go here: http://benchgraffiti.googlecode.com/hg/havlak/havlak1.html
  2. click on one line of code

What should happen (and happens, in chrome)

the disassembly of that line appear on the screen

What happens (when you use firefox)

the disassembly of that line does not appear on the screen.

I reproduced this on tip. I suspect that weblist never actually worked in firefox.

The firefox developer console throws a

TypeError: e is undefined

in the html file generated by the weblist command every time you click a line of code.

@bradfitz bradfitz added this to the Unplanned milestone Apr 10, 2016
@gopherbot
Copy link

CL https://golang.org/cl/21802 mentions this issue.

@golang golang locked and limited conversation to collaborators Apr 13, 2017
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

3 participants