diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-07 13:23:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-07 13:23:14 -0400 |
commit | cd5e8755042eca6254111375e9040f45cb848279 (patch) | |
tree | 193c9ef081f171b3a145da78c10838a10ed0e2f6 /doc/bugs/hGetContents:_user_error/comment_7_3f66b03f773341fad94ec16b4f55edaa._comment | |
parent | c800fbbff5deb23ecf68908981c69a51e79dece9 (diff) | |
parent | 1669149c8897c12942ab022732ba46233771c34d (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/hGetContents:_user_error/comment_7_3f66b03f773341fad94ec16b4f55edaa._comment')
-rw-r--r-- | doc/bugs/hGetContents:_user_error/comment_7_3f66b03f773341fad94ec16b4f55edaa._comment | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/bugs/hGetContents:_user_error/comment_7_3f66b03f773341fad94ec16b4f55edaa._comment b/doc/bugs/hGetContents:_user_error/comment_7_3f66b03f773341fad94ec16b4f55edaa._comment new file mode 100644 index 000000000..2a64e57b1 --- /dev/null +++ b/doc/bugs/hGetContents:_user_error/comment_7_3f66b03f773341fad94ec16b4f55edaa._comment @@ -0,0 +1,32 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.254.222" + subject="comment 7" + date="2013-07-07T02:48:05Z" + content=""" +Thanks for providing me an account. + +I was able to reproduce the problem: + +<pre> +$ git-annex-shell recvkey `pwd` +git-annex-shell: fd:6: hGetContents: user error (Pattern match failure in do expression at libraries/base/GHC/Event/Thread.hs:90:3-10) +</pre> + +Here's another one: + +<pre> +$ git annex init + +git-annex: eventfd: unsupported operation (Function not implemented) +failed +init +git-annex: fd:10: hGetContents: user error (Pattern match failure in do expression at libraries/base/GHC/Event/Thread.hs:90:3-10) +failed +</pre> + +Aha! I found a more relevant bug in GHC's bug tracker. This has the same error message including the eventfd problem. <http://ghc.haskell.org/trac/ghc/ticket/7926> + +After some more digging around, it's definitely a kernel/glibc incompatability. I have filed a bug on glibc: <http://bugs.debian.org/715212> + +"""]] |