diff options
author | http://joeyh.name/ <joey@web> | 2013-05-27 05:03:05 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-27 05:03:05 +0000 |
commit | 1e443c7d256e079c68829331e7b9c3ba454ce2f0 (patch) | |
tree | 78304d1c1aa2419017ec8d46fec91fd05522d974 | |
parent | 024cdd6dadca59e6c07e9d6d99042251d854bf81 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/git-annex:___60__socket:_16__62__:_hPutBuf:_resource_vanished___40__Broken_pipe__41__/comment_3_fcfea3216831df9afbd855fbd842c27e._comment | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/git-annex:___60__socket:_16__62__:_hPutBuf:_resource_vanished___40__Broken_pipe__41__/comment_3_fcfea3216831df9afbd855fbd842c27e._comment b/doc/bugs/git-annex:___60__socket:_16__62__:_hPutBuf:_resource_vanished___40__Broken_pipe__41__/comment_3_fcfea3216831df9afbd855fbd842c27e._comment new file mode 100644 index 000000000..bccfae0d9 --- /dev/null +++ b/doc/bugs/git-annex:___60__socket:_16__62__:_hPutBuf:_resource_vanished___40__Broken_pipe__41__/comment_3_fcfea3216831df9afbd855fbd842c27e._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 3" + date="2013-05-27T05:03:05Z" + content=""" +I got a similar crash: + +<pre> +fd:19: hGetLine: end of file +fd:18: hFlush: resource vanished (Broken pipe) +fd:18: hFlush: resource vanished (Broken pipe) +</pre> + +I was able to determine that fd 18/19 is reliably used for one of the git cat-file processes on this system. It's quite likely that fd 16/17 would be similar. fd 27 less likely. (But could easily be some other less long running git command.) + +This would be consistent with git cat-file crashing as it's trying to write to it and read from it. + +This took down the transferscanner thread, but the assistant continued running. +"""]] |