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

Terminated threads aren't GCed in certain conditions #1094

Open
shirok opened this issue Dec 19, 2024 · 0 comments
Open

Terminated threads aren't GCed in certain conditions #1094

shirok opened this issue Dec 19, 2024 · 0 comments

Comments

@shirok
Copy link
Owner

shirok commented Dec 19, 2024

See the thread https://sourceforge.net/p/gauche/mailman/gauche-devel/thread/87cyhrmtmo.fsf%40karme.de/#msg58853239

Somebody's grabbing the reference to the joined&terminated threads.

Two possible approaches:

  • Eliminate inadvertent reference
  • We may "clear" the terminated thread content as much as possible, so that resouces held by that thread can be GCed even the thread itself is kept alive.
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

No branches or pull requests

1 participant