-
Bug
-
Resolution: Fixed
-
Major
Windows Service installer for the Jenkins master uses the "Redirect.log" to retrieve the result of the service start command. If the read issue happens, the file descriptor may be leaked. In such case new service start attempts within Jenkins will be failing till the instance restart.
Same as JENKINS-42670, but for the module
- is related to
-
JENKINS-42670 Windows Service Installer may leak File descriptors
-
- Resolved
-
Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/org/jenkinsci/modules/windows_slave_installer/WindowsSlaveInstaller.java
http://jenkins-ci.org/commit/windows-slave-installer-module/44a08b3ac12934de907c754b1750293fbee70d4f
Log:
[FIXED JENKINS-43930] - Fatal file leak on exceptional path when redirect.log is not writable