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

Last linked exiting actor isn't cleaned up properly #3921

Closed
scabug opened this issue Oct 14, 2010 · 3 comments
Closed

Last linked exiting actor isn't cleaned up properly #3921

scabug opened this issue Oct 14, 2010 · 3 comments
Assignees

Comments

@scabug
Copy link

scabug commented Oct 14, 2010

There's another closely related memory leak in actor links (for the first one, see #3920). Exit message is sent as a normal message, which means that a reference to the last exiting actor is kept in the senders list of an Actor that's linked to it.

To reproduce: run the attached test case in the same way as in #3920. Links now get cleaned up properly, but one instance of Child will be kept alive by a reference in the sender list.

@scabug
Copy link
Author

scabug commented Oct 14, 2010

Imported From: https://issues.scala-lang.org/browse/SI-3921?orig=1
Reporter: Alexey Ermakov (zee)
See #3920
Attachments:

@scabug
Copy link
Author

scabug commented Oct 14, 2010

Alexey Ermakov (zee) said:
Test case

@scabug
Copy link
Author

scabug commented Jul 17, 2015

@SethTisue said:
Scala actors are deprecated and unmaintained

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants