Mark Waite commented on Bug JENKINS-20585

While researching another open file leak with the file leak detector plugin, I discovered this portion of a stack trace which seems to show where the changelog.xml file is opened and then is not closed:

#7 /var/lib/jenkins/jobs/git-client-plugin-jgit/builds/2014-01-04_10-07-04/changelog.xml by thread:Handling GET /job/git-client-plugin-jgit/changes : RequestHandlerThread[#3] on Sat Jan 04 10:07:10 MST 2014
	at java.io.FileInputStream.<init>(FileInputStream.java:147)
	at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:139)
	at org.apache.commons.io.FileUtils.lineIterator(FileUtils.java:1210)
	at org.apache.commons.io.FileUtils.lineIterator(FileUtils.java:1231)
	at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:45)
	at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:26)
	at hudson.model.AbstractBuild.calcChangeSet(AbstractBuild.java:899)
	at hudson.model.AbstractBuild.getChangeSet(AbstractBuild.java:873)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to