fd (file descriptor) leak in replay cache

2017-04-19 Thread Parity error
Hi, We have been using the kerberos 1.10.3 library and we find that occasionally a lot of the following files are kept open by the library and they fill up the fd limit of the process, lsof output -- myproc 8777 nutanix 254u REG 9,1 7048537432 /var/tmp/krb5_RCWZN1Er

Re: fd (file descriptor) leak in replay cache

2017-04-21 Thread Parity error
deleted with a call to gss_delete_sec_context(). However the acceptor_cred_handle is obtained once when the process starts and is given to each invocation of gss_accept_sec_context() and only freed when the process terminates. On 4/20/17, Robbie Harwood wrote: > Parity error writes: > >