summaryrefslogtreecommitdiff
path: root/doc/bugs/assistant_crashes_in_TransferScanner/comment_14_16d967c0ba173d122f645af2a6a487e6._comment
blob: 52b226f7f8ebba270336bea32c93788cad97d9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)
"""]]