Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] File handle leaks in JGit 7.2.0 Pack.java

I've been evaluating JGit 7.2.0 for inclusion in a Jenkins git client
plugin release.

I've found a file handle leak in Pack.java.  There were
significant changes in Pack.java between 7.1.0 and 7.2.0 as part
of 51d6c63fe1602a by Martin Fick.

I'm posting here in hopes that someone that is more familiar with
the JGit internals could look at the stack traces and suggest
places that I should investigate more fully.

The stack traces are:

https://github.com/MarkEWaite/JGit-7.2.0/blob/master/leak.02

https://github.com/MarkEWaite/JGit-7.2.0/blob/master/leak.01

https://github.com/MarkEWaite/JGit-7.2.0/blob/master/leak.05

I'll continue investigating in any case and will share results
as they develop.

Mark Waite

Back to the top