Re: Console _commit() fails on Win

2005-11-15 Thread Vadim Chekan
On 11/13/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > Vadim Chekan wrote: [cut] > > I think we can remove safely _commit() call. > > > > Note: I have Win XP Pro(sp2) & Visual Studio 2005. > > Yes, that's possibly true in VS2005, but not in MSVC 5 or 6, so it stays. > Note that httpd.exe

Re: Console _commit() fails on Win

2005-11-13 Thread William A. Rowe, Jr.
Vadim Chekan wrote: Hi all, I'm having assertion failed at server/mpm/winnt/nt_eventlog.c: mpm_nt_eventlog_stderr_open() ... /* Flush stderr and unset its buffer, then commit and replace stderr. * This is typically a noop for Win2K/XP since services with NULL std * handles [but val

Console _commit() fails on Win

2005-11-12 Thread Vadim Chekan
Hi all, I'm having assertion failed at server/mpm/winnt/nt_eventlog.c: mpm_nt_eventlog_stderr_open() ... /* Flush stderr and unset its buffer, then commit and replace stderr. * This is typically a noop for Win2K/XP since services with NULL std * handles [but valid FILE *'s, oddly eno