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

disasm: no matches found for regexp #789

Open
mauri870 opened this issue Jul 20, 2023 · 2 comments
Open

disasm: no matches found for regexp #789

mauri870 opened this issue Jul 20, 2023 · 2 comments
Assignees
Labels
Priority: p2 Buganizer priority - P2 type: bug Buganizer type - Bug

Comments

@mauri870
Copy link

mauri870 commented Jul 20, 2023

What version of pprof are you using?

pprof latest, go tip

What operating system and processor architecture are you using?

Ubuntu 22.04.2, amd64

What did you do?

Tried to open a cpu pprof profile captured on my mac (darwin/arm64) on my linux/amd64 machine, then on the web ui navigate to: http://localhost:3000/ui/disasm

pprof -http=:3000 profile.pprof or go tool pprof -http=:3000 profile.pprof

What did you expect to see?

With go tool pprof on Go 1.17 I see:

image

What did you see instead?

Starting with go 1.18 the disasm page crashes:

image

Same for google/pprof latest

On console it says: no matches found for regexp:

@Louis-Ye Louis-Ye added type: bug Buganizer type - Bug Priority: p2 Buganizer priority - P2 labels Jul 24, 2023
@Louis-Ye
Copy link
Collaborator

@mauri870 Can you attach the profile for easier debugging?

@mauri870
Copy link
Author

@Louis-Ye You can downlod the profile here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: p2 Buganizer priority - P2 type: bug Buganizer type - Bug
Projects
None yet
Development

No branches or pull requests

2 participants