DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=25575>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=25575 On shutdown an invalid file handle is causing crash in function apr_file_write() on Windows. ------- Additional Comments From [EMAIL PROTECTED] 2004-03-22 19:45 ------- The problem I was addressing sounds exactly like what is described in issue 20462 with the behavior for me only happening on shutdown, never at startup. It was difficult to troubleshoot because since it happened during shutdown it was difficult to break into before the offending process had died. I had read the information about Apr and knew that it was preferred to not catch things like this in apr but I just wasn't able to troubleshoot the apache httpd code for this issue and hoped that catching the error in Apr and returning an error code might cause the issue in httpd to be more clear. I'll try to back out my patch and test again as soon as I can to see if I can get a stack trace. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
