-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Julia print backtrace on SIGPIPE by default #9719
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
Comments
On Linux with git master... |
I'd rather not turn the backtrace off for this at this time - ref #9501, where we often were not getting backtraces on the Travis failures (possibly because they were running as parallel workers?). |
Hmmm, that does look like a nasty bug...
|
That sounds like a reasonable plan to me. |
The current behavior is throwing a exception on SIGPIPE and IMHO it's one of the best ways to do it so I'll close this. |
AFAIK most program either ignore
SIGPIPE
or silently quite on it...The text was updated successfully, but these errors were encountered: