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

Hung Process Killer #252

Closed
thw26 opened this issue Jan 14, 2025 · 1 comment · Fixed by #206
Closed

Hung Process Killer #252

thw26 opened this issue Jan 14, 2025 · 1 comment · Fixed by #206
Labels
enhancement New feature or request

Comments

@thw26
Copy link
Collaborator

thw26 commented Jan 14, 2025

We should implement a hung process killer to remove hung wine processes. It should be placed near the library catalog cleaning options.

Hung processes have been found to prevent Logos from launching.

I use:

for i in $(ps fuax | grep C: | awk -F' ' '{print $2}'); do kill -9 $i; done

But this is too broad for which processes it grabs.

@thw26 thw26 added the enhancement New feature or request label Jan 14, 2025
@thw26 thw26 added this to the Desirable Features milestone Jan 14, 2025
@thw26 thw26 changed the title Hunge Process Killer Hung Process Killer Jan 14, 2025
@thw26 thw26 linked a pull request Jan 14, 2025 that will close this issue
@thw26
Copy link
Collaborator Author

thw26 commented Jan 14, 2025

Fixed with #206. No longer needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant