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

Kill sub process to avoid hanging forever #2756

Merged

Conversation

joaompneves
Copy link
Contributor

Environment.Exit can hang because cef tries to finalize stuff but it hangs. Since we're on a forced situation, kill the process to avoid hanging there forever.
Since the previous fix (#2375) I've since some zombie processes still hanging around after the main one was closed. Looking at their dumps, seems that cef is trying to finalize but it hangs there.

@AppVeyorBot
Copy link

@amaitland amaitland added this to the 75.0.0 milestone May 3, 2019
@amaitland amaitland merged commit 7346215 into cefsharp:master May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants