Skip to content

CreateProcess() failed for executable in repo on Windows #25948

Answered by emoon
emoon asked this question in Actions
Discussion options

You must be logged in to vote

And another update:

So now have a work-around for the problem. We aren’t actually fully sure but it might that the VMs are configured in such way that creating a process with CREATE_NEW_PROCESS_GROUP isn’t supported perhaps for some security reason.

In this case the code that does this isn’t actually needed when running on a CI fashion as it’s only there for handling aborting a build (ctrl+c) which doesn’t happen in this here.

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants