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

Linux: Exit on SIGTERM #1116

Merged
merged 1 commit into from Mar 11, 2024
Merged

Linux: Exit on SIGTERM #1116

merged 1 commit into from Mar 11, 2024

Conversation

goeiecool9999
Copy link
Contributor

Addresses one concern of #1013
The issue also points out that linux (or at least utilities like killall) look(s) at the thread name and not the executable name.
We could change the name of the main thread to something cemu on linux. Which seems sensible because threads that don't set their name inherit the name of the thread that created them. So many Cemu threads are now called MainThread, which also isn't very helpful. But that's for another PR I think.

@Exzap Exzap merged commit ccabd93 into cemu-project:main Mar 11, 2024
4 checks passed
@Exzap
Copy link
Contributor

Exzap commented Mar 11, 2024

Changing main thread name to cemu sounds good to me

@goeiecool9999 goeiecool9999 deleted the handlesighup branch March 15, 2024 22:26
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

2 participants