From 21e1d6bc6a6e3f9b7e3fa78d62caaedfafecb7ce Mon Sep 17 00:00:00 2001 From: gueux Date: Mon, 11 Feb 2019 21:30:40 +0000 Subject: [PATCH] --- ...ked_indefinitely_in_an_MVar_operation.mdwn | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 doc/bugs/__34__git_status__34___thread_blocked_indefinitely_in_an_MVar_operation.mdwn diff --git a/doc/bugs/__34__git_status__34___thread_blocked_indefinitely_in_an_MVar_operation.mdwn b/doc/bugs/__34__git_status__34___thread_blocked_indefinitely_in_an_MVar_operation.mdwn new file mode 100644 index 0000000000..4726779136 --- /dev/null +++ b/doc/bugs/__34__git_status__34___thread_blocked_indefinitely_in_an_MVar_operation.mdwn @@ -0,0 +1,42 @@ +### Please describe the problem. + +"git status" returns a list of almost all files in the annex with these messages: + + git-annex: git status will show music/a.flac to be modified, since content availability has changed and git-annex was unable to update the index. This is only a cosmetic problem affecting git status; git add, git commit, etc won't be affected. To fix the git status display, you can run: git update-index -q --refresh music/a.flac + ... (a lot of similar messages for +30000 files) + +and then a new list of messages: + + ... + git-annex: thread blocked indefinitely in an MVar operation + error: external filter 'git-annex smudge --clean %f' failed 1 + error: external filter 'git-annex smudge --clean %f' failed + git-annex: thread blocked indefinitely in an MVar operation + error: external filter 'git-annex smudge --clean %f' failed 1 + error: external filter 'git-annex smudge --clean %f' failed + ... + refresh index: 81% (30495/37394) + + + +### What steps will reproduce the problem? + + +### What version of git-annex are you using? On what operating system? + +debian sid, git-annex version: 7.20190129 + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] + +### 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) + +