-
Notifications
You must be signed in to change notification settings - Fork 323
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
Exception from ResourceManager at end of execution #6472
Comments
Finalizers are executed asynchronously. In this situation we get a request to finalize something, but there is no longer any
That is an option. But is it a good option? It basically implements We can also invoke the "finalizers" when the context is closing too, but only if we have all the "finalizers" under control and we know that they are ready for such a premature (before things are GCed) invocation. |
I tried to reproduce problem in a #7302 test but it seems to be working fine. Does the exception still happen to you, @radeusgd?
I did, but I was wrong. The code in |
I haven't seen it for a while. It was very random to begin with, so it is hard to say. But I guess we can consider it non-reproducible and reopen if we encounter it again? |
Recently when running Enso I got:
printed after all logs of my program.
The program exited with exit code 0, so it's not a big issue, but it may be a bit confusing.
The exception should probably be caught somewhere.
I'm not sure how I can repro it consistently but @JaroslavTulach said just the stacktrace will be sufficient for this report.
The text was updated successfully, but these errors were encountered: