summaryrefslogtreecommitdiff
path: root/doc/bugs/assistant_crashes_in_TransferScanner
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/assistant_crashes_in_TransferScanner')
-rw-r--r--doc/bugs/assistant_crashes_in_TransferScanner/comment_14_16d967c0ba173d122f645af2a6a487e6._comment17
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)
+"""]]