Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

Ubuntu 20.04 python3.5/python3.8 failure

shirobokov__sergey
1,013 Views

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/

0 Kudos
3 Replies
AthiraM_Intel
Moderator
1,013 Views

Hi,

Thanks for reaching out to us.

Intel® VTune™ Profiler 2020 supports Ubuntu* 19.10 which is mentioned in the releasing note. 

For more information please go through the below link

https://software.intel.com/content/www/us/en/develop/articles/intel-vtune-release-notes.html

Please check the following path to find Ubuntu version in the release note

2020>Initial Release>New hardware/operating systems/IDEs support:

 

0 Kudos
AthiraM_Intel
Moderator
1,013 Views

Hi,

Could you please confirm whether the solution provided was helpful?

 

Thanks

0 Kudos
AthiraM_Intel
Moderator
1,013 Views

Hi,

We are closing this case assuming the solution provided was helpful. Please feel free to raise a new thread if you have any further queries.

 

Thanks

0 Kudos
Reply