followup
This commit is contained in:
parent
f8c847f7cb
commit
acecf8b6c9
1 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue