jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

Capture sockets leaks too #24

Closed adobni closed 6 years ago

adobni commented 8 years ago

In Linux sockets also consume a file descriptor and their leakage can be very hard to troubleshoot because the operating system erases sometimes the information about the socket ("can't identify protocol" in lsof).

kohsuke commented 6 years ago

This was broken in recent Java. 1.9 release should fix that.