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

VTune hang with embedded Python

H_K_
Beginner
651 Views

I am trying to profile my software which has embedded Python with VTune but the software hangs when trying to invoke a Python function from C++ as soon as VTune is attached. I do not use multi-threading within my code but I have called PyEval_InitThreads() just after Py_Initialize() call but that also does not seem to help.

0 Kudos
1 Reply
Vasilij_L_Intel
Employee
651 Views

Hello,

 

Is it possible for you to share some more details on the issue (like Python version), or, even better, to have a small reproducer that you could share with us?

 

Thanks,

Vasilij

0 Kudos
Reply