DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24462>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24462

mod_jk-1.2.5/Apache 1.3.28 - file descriptor leak on SIGHUP/SIGUSR1





------- Additional Comments From [EMAIL PROTECTED]  2003-11-08 01:36 -------
I added a few syslog calls to record the fflush() and fclose() return values.  
Both calls return 0 consistently.  

I also tried replace fclose(p->logfile) with close(fileno(p->logfile)).
Likewise, close() returned 0 consistenly.

Unfortunately, in both situations above, none of the file descriptors where 
close()/fclose() succeeded were actually closed.  Both lsof and /proc/PID/fd 
still show them as being used by the parent httpd process.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to