This commit is contained in:
Joey Hess 2018-12-11 16:46:24 -04:00
parent f8c847f7cb
commit acecf8b6c9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2018-12-11T20:40:36Z"
content="""
It's strange that git runs the clean filter on CLIPS/otherfile.txt and not
on the file it was asked to. But that is probably a red herring. Git gets
past that extraneouss file and on to bigfile.avi before it crashes.
The strace has a clone() and doesn't follow what happens in the child
process. I'm not clear what that child process is doing, although it seems
to involve the bigfile.avi that git is trying to mmap all into memory.
It would be good to strace -f and check what gets exec()ed.
"""]]