Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO Code scan git-gvfs-helper for file handle leak #269

Open
jeffhostetler opened this issue May 13, 2020 · 2 comments
Open

TODO Code scan git-gvfs-helper for file handle leak #269

jeffhostetler opened this issue May 13, 2020 · 2 comments
Assignees
Labels

Comments

@jeffhostetler
Copy link

While doing a very large Scalar clone and checkout on the Office repo I ran into an out-of-file handles error on the Mac. gvfs-helper was attempting to download 445 blob packfiles and
died after 245.

...
Receiving packfile 243/445 with 4000 objects (bytes received): 181524673, done.
Receiving packfile 244/445 with 4000 objects (bytes received): 192938717, done.
Receiving packfile 245/445 with 4000 objects (bytes received): 185614872, done.
fatal: open /dev/null failed: Too many open files
error: packet write with format failed
@jeffhostetler jeffhostetler self-assigned this May 13, 2020
@dscho
Copy link
Member

dscho commented May 16, 2020

Have you ever played around with DrMemory? It's similar in purpose to valgrind, but works also on Windows.

@dscho
Copy link
Member

dscho commented May 16, 2020

Link: https://www.drmemory.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants