Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

objdump: command not found #73

Open
mleenhardt opened this issue Apr 5, 2018 · 1 comment
Open

objdump: command not found #73

mleenhardt opened this issue Apr 5, 2018 · 1 comment

Comments

@mleenhardt
Copy link

This is the output that gets printed after stopping a capture. I was running an Hello World console app in a microsoft/dotnet:2.0.6-sdk-2.1.104 container.

...STOPPED.

Starting post-processing. This may take some time.

Generating native image symbol files
...FINISHED
Saving native symbols
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
/perf/perfcollect: line 1468: objdump: command not found
...FINISHED
Exporting perf.data file
...FINISHED
Compressing trace files
...FINISHED
Cleaning up artifacts
...FINISHED

Trace saved to session7.trace.zip

Although ./perfcollect install has been run, it seems that it didn't install the package required to run objdump.

@jeremymeng
Copy link
Member

binutils is the package I installed to fix this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants