Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait after killing a task before removing the directory #102

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

reillysiemens
Copy link
Member

We've observed that there may be a concurrency issue where after running taskkill the OS still has locks open for the DLLs that it was using. This is definitely a band-aid fix, but for now if we sleep for about a second that appears to be enough time to let those locks close and allow the installer to proceed.

@reillysiemens reillysiemens added the bug Something isn't working label Jun 10, 2022
@reillysiemens reillysiemens self-assigned this Jun 10, 2022
@reillysiemens reillysiemens requested a review from a team as a code owner June 10, 2022 00:41
Copy link
Contributor

@kyle-rader kyle-rader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have seen the madness with my own eyes.

@reillysiemens reillysiemens merged commit 4a2226a into main Jun 10, 2022
@reillysiemens reillysiemens deleted the stop-azureauth-before-install branch June 10, 2022 00:45
@kyle-rader
Copy link
Contributor

We have fun here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants