diff options
author | 2016-12-06 13:01:51 +0000 | |
---|---|---|
committer | 2016-12-06 13:01:51 +0000 | |
commit | 25ac45ca13cd300db447e8187e6cf39b457be24a (patch) | |
tree | 58de7259ff3e57dda2b6fb9e524a1321c23e7575 | |
parent | 3c513125313b359f5879a3561d19ee06ba073b6a (diff) |
-rw-r--r-- | doc/bugs/unable_to_decommit_memory__58___Invalid_argument.mdwn | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/unable_to_decommit_memory__58___Invalid_argument.mdwn b/doc/bugs/unable_to_decommit_memory__58___Invalid_argument.mdwn new file mode 100644 index 000000000..44a6d2d12 --- /dev/null +++ b/doc/bugs/unable_to_decommit_memory__58___Invalid_argument.mdwn @@ -0,0 +1,25 @@ +### Please describe the problem. +Recent builds of git-annex spew out many lines such as: +``` +git-annex: unable to decommit memory: Invalid argument +git-annex: unable to decommit memory: Invalid argument +git-annex: unable to decommit memory: Invalid argument +git-annex: unable to decommit memory: Invalid argument +git-annex: unable to decommit memory: Invalid argument +``` + +### What steps will reproduce the problem? +This happens to me syncing any large repository now. + +### What version of git-annex are you using? On what operating system? +git-annex version: 6.20161118-g0a34f08 +uname -r: 4.4.14-11.pvops.qubes.x86_64 +/etc/system-release: Fedora release 23 (Twenty Three) + +### Please provide any additional information below. + +I found this: https://ghc.haskell.org/trac/ghc/ticket/12495 + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +Git annex rocks! |