diff --git a/doc/bugs/__34__git_status__34___thread_blocked_indefinitely_in_an_MVar_operation/comment_2_2166a985e48a31c1b86cb77263f72ce2._comment b/doc/bugs/__34__git_status__34___thread_blocked_indefinitely_in_an_MVar_operation/comment_2_2166a985e48a31c1b86cb77263f72ce2._comment new file mode 100644 index 0000000000..2e4e91678b --- /dev/null +++ b/doc/bugs/__34__git_status__34___thread_blocked_indefinitely_in_an_MVar_operation/comment_2_2166a985e48a31c1b86cb77263f72ce2._comment @@ -0,0 +1,34 @@ +[[!comment format=mdwn + username="gueux" + avatar="http://cdn.libravatar.org/avatar/47e44a21505727b2d6bb5d88f0468f34" + subject="comment 2" + date="2019-03-21T20:40:55Z" + content=""" +That's right, I'm using v7 mode with unlocked files. + +``` +[core] + repositoryformatversion = 0 + filemode = false + bare = false + logallrefupdates = true + symlinks = false + ignorecase = true +[annex] + uuid = 25e5f762-db7f-49ad-a504-93e02bba642f + sshcaching = false + crippledfilesystem = true + version = 7 + thin = true +[filter \"annex\"] + smudge = git-annex smudge %f + clean = git-annex smudge --clean %f +``` + + +With 7.20190220-g9d7663432, I now get: + + sqlite worker thread crashed: user error (SQLite3 returned ErrorIO while attempting to perform prepare \"SELECT null from content limit 1\": disk I/O error(while opening database connection)) + sqlite worker thread crashed: user error (SQLite3 returned ErrorIO while attempting to perform prepare \"SELECT null from content limit 1\": disk I/O error(while opening database connection)) + ... +"""]]