corefx-tools icon indicating copy to clipboard operation
corefx-tools copied to clipboard

objdump: command not found

Open mleenhardt opened this issue 7 years ago • 1 comments

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.

mleenhardt avatar Apr 05 '18 17:04 mleenhardt

binutils is the package I installed to fix this.

jeremymeng avatar Apr 07 '18 00:04 jeremymeng