You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UError::code reports as 2, with the io error printed to stderr - is non-conventional. GNU tar on tar tf foo.tar | head -1 exits via SIGPIPE (status 141) silently
In extract.rs, code like this
UError::code reports as 2, with the io error printed to stderr - is non-conventional. GNU tar on
tar tf foo.tar | head -1exits via SIGPIPE (status 141) silently