-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Don't print unhandled errors in tasks if process is terminating #10431
Comments
This was referenced Mar 11, 2015
I just saw this error again, reopening the issue. While the check in #10470 is valid, it looks like some other condition is also triggering it. |
This was referenced Mar 26, 2015
Anything change here? I started seeing this again. |
Any logs / traces? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One small addition to #10405 .
If the julia process is terminating due to an
exit()
call or end-of-script, we should ignore any unhandled task failures.For example, I see this when
exit()
is called from one of my scripts.The text was updated successfully, but these errors were encountered: