Actions
Bug #18177
closedThe autosign checker does not close its file descriptor
Difficulty:
trivial
Triaged:
Description
Over a period of time lsof shows that the autosign.conf file is being opened repeatedly but not closed.
I am working with a very old code base but the fault is still there in development.
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/497 added
Updated by Anonymous about 8 years ago
This looks like the culprit: https://github.com/theforeman/smart-proxy/blob/develop/modules/puppetca/puppetca_main.rb#L25. But there are a couple more places where file descriptors will be leaked should an error occur.
Updated by The Foreman Bot over 7 years ago
- Pull request https://github.com/theforeman/smart-proxy/pull/522 added
Updated by Paul Kelly over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 538faca79fd94d9e98542ed2d1d98e11131c0b09.
Actions