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

Close the parent process first #180

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Close the parent process first #180

merged 1 commit into from
Oct 7, 2023

Conversation

tysmith
Copy link
Collaborator

@tysmith tysmith commented Oct 6, 2023

This will avoid closing the launcher process first on Windows which can lead to hung processes that do not show up in task manager. This eventually can lead to a system OOM.

This will avoid closing the launcher process on Windows
which can lead to hung processes that do not show up in
task manager. This eventually can lead to a system OOM.
@tysmith tysmith self-assigned this Oct 6, 2023
@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #180 (7fec4bb) into master (9203c6f) will decrease coverage by 0.85%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##            master     #180      +/-   ##
===========================================
- Coverage   100.00%   99.15%   -0.85%     
===========================================
  Files           13       11       -2     
  Lines         1513     1413     -100     
===========================================
- Hits          1513     1401     -112     
- Misses           0       12      +12     
Files Coverage Δ
src/ffpuppet/core.py 98.82% <100.00%> (-1.18%) ⬇️

... and 3 files with indirect coverage changes

@tysmith tysmith merged commit ddf2277 into master Oct 7, 2023
3 of 4 checks passed
@tysmith tysmith deleted the close-parent branch October 7, 2023 00:55
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.

2 participants