Skip to content

psutil/subprocess bug on Windows ARM #8837

Answered by rokm
bchopson asked this question in Help
Discussion options

You must be logged in to vote

Also, once you get the warning dialog and close it, can you remove the corresponding temporary directory manually, or does it remain being locked (e.g., as long as spawned calc.exe keeps running)?

After closing the warning dialog, I can remove the temporary directory while calc.exe is still running.

Hmm, if spawned calc.exe is not holding reference to those DLLs (e.g., if psutil was somehow injecting its extension into spawned child processes) then it looks like a timing issue (maybe something induced by x86_64 emulation on arm64 system?).

I was planning to add a retry loop with 1-second delays anyway (see here), which should also take care of this. If you are comfortable with modifyi…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@rokm
Comment options

@bchopson
Comment options

@bchopson
Comment options

@rokm
Comment options

Answer selected by bchopson
@bchopson
Comment options

@rokm
Comment options

@bchopson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants