I have installed Intel Parallel XE 2020 on the ubuntu 20.04.
I am trying to run the following command
vtune -run-pass-thru=--no-altstack -collect hotspots -- /usr/bin/python3 test.py which calls python3.8(system default). The vtune immediatly stops and the following crash is generated by the system.
(see pic attached)
when I run it with vtune -run-pass-thru=--no-altstack -collect hotspots -- /usr/bin/python3.5 test.py it runs fine. However, the soft I want to profile is compiled againts python3.8, so I can not profile it now.
How can I solve this problem without recompiling the software with python3.5?
Cheers.
test.py:
import time
time.sleep(60)
System:
cmake version 3.16.3
gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Ubuntu 20.04 LTS.
vtune_profiler_2020.1.0.607630/