diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-10-31 18:41:22 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-10-31 18:41:22 -0400 |
commit | 9c683c588353e7f9636bac8024a897d196ef60a4 (patch) | |
tree | 6d99e52c91f899d77622cbeb3c08b8195463172f | |
parent | 8d607c894f8bfae17f6e4f5df81ce1c7decf9fa9 (diff) |
comment
-rw-r--r-- | doc/bugs/assistant_crashes_in_TransferScanner/comment_14_16d967c0ba173d122f645af2a6a487e6._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/assistant_crashes_in_TransferScanner/comment_14_16d967c0ba173d122f645af2a6a487e6._comment b/doc/bugs/assistant_crashes_in_TransferScanner/comment_14_16d967c0ba173d122f645af2a6a487e6._comment new file mode 100644 index 000000000..52b226f7f --- /dev/null +++ b/doc/bugs/assistant_crashes_in_TransferScanner/comment_14_16d967c0ba173d122f645af2a6a487e6._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 14""" + date="2016-10-31T21:45:37Z" + content=""" +Tracked it back to Git.CheckAttr.checkAttr crashing when it sends the +filename "foö" (note the non-ascii) to the handle. +Which is odd as that handle is in filesystem encoding mode. + +But, I then unlocked an additional file in my repo and it stopped +crashing, and I have yet to reproduce it again. Urgh. + +Also, found an unrelated filename encoding crash: + + LANG=C git annex smudge --clean xx.oök < xx.oök + git-annex: recoverEncode: invalid argument (invalid character) +"""]] |