You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see, that the pprof shows an instruction with an address 0x2ab63, that actually cannot be in the arm binary. Additional check with objdump shows, that this binary does not have instruction with such address. In large applications the number of such incorrect instructions makes almost impossible performance analysis of particular instructions.
The image shows the output of more complicated application with this problem
What did you expect to see?
I expect to see correct instructions in the pprof tool.
The text was updated successfully, but these errors were encountered:
Go version
go version devel go1.24-caee788a48 Thu Nov 28 02:59:28 2024 +0000 linux/arm64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
We see, that the pprof shows an instruction with an address 0x2ab63, that actually cannot be in the arm binary. Additional check with objdump shows, that this binary does not have instruction with such address. In large applications the number of such incorrect instructions makes almost impossible performance analysis of particular instructions.
The image shows the output of more complicated application with this problem
![image](https://private-user-images.githubusercontent.com/1843881/390756904-ea609ec3-a12e-4540-9e05-d132997b94c0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjE5NzEsIm5iZiI6MTczOTE2MTY3MSwicGF0aCI6Ii8xODQzODgxLzM5MDc1NjkwNC1lYTYwOWVjMy1hMTJlLTQ1NDAtOWUwNS1kMTMyOTk3Yjk0YzAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDQyNzUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YTM1OTYxMWEyOTg1ZTMwZmUzMzliZDA3MjA5NzFhODk5MmI1ODUyM2Y0MjEyZThkYmZiNmFhZDc3ZTc1MGI1OCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.7kHci30jGSwLhao8Br7hJ9YwHmmQ_iYFiqKbvIHkcSg)
What did you expect to see?
I expect to see correct instructions in the pprof tool.
The text was updated successfully, but these errors were encountered: