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-20 20:11 ------- So apr_file_write() is being called by Apache after the file has been cleaned up? The normal apr philosophy would be to let it segfault and Apache should fix its bug (using an apr_file_t after it has been cleaned up). What's the path (backtrace) through Apache to get to the apr_file_write()? (or is there another bug filed for that issue?) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
