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

Avoid calling thread::kill() for destroyed threads #80

Closed
ilg-ul opened this issue May 31, 2023 · 1 comment
Closed

Avoid calling thread::kill() for destroyed threads #80

ilg-ul opened this issue May 31, 2023 · 1 comment
Assignees
Milestone

Comments

@ilg-ul
Copy link
Contributor

ilg-ul commented May 31, 2023

In a normal use case, during thread destruction, a debug message says already gone.

Do not call kill() in the destructor if it was already called explicitly.

@ilg-ul ilg-ul self-assigned this May 31, 2023
@ilg-ul ilg-ul added this to the 6.3.18 milestone May 31, 2023
@ilg-ul
Copy link
Contributor Author

ilg-ul commented May 31, 2023

Fixed on 2023-05-31.

ilg-ul added a commit that referenced this issue May 31, 2023
@ilg-ul ilg-ul modified the milestones: 6.3.18, 7.0.0 Jul 19, 2023
@ilg-ul ilg-ul closed this as completed Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant