benfred / py-spy

Sampling profiler for Python programs
MIT License
12.14k stars 400 forks source link

Error: Failed to suspend process, Reason: ERROR_WAIT_1 (os error 731) #585

Open Ikhwansong opened 1 year ago

Ikhwansong commented 1 year ago

when i run the code "py-spy record -o profile.svg -- python myprogramsomething.py" , my terminal print the message:

Error : Failed to suspend process Reason : ERROR_WAIT_1 (os error 731) Reason : ERROR_WAIT_1 (os error 731)

Why?