From: "Sebastian Bergmann" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 2:39 AM
> "William A. Rowe, Jr." wrote: > > It's crufty and taking a while, might be a few hours before all is very > > well again. > > Yesterday's problems seem to be resolved, however I cannot stop or > restart the service: > > [Thu Feb 07 09:30:53 2002] [emerg] (22502)Das System kann die > angegebene Datei nicht finden. : OpenEvent on ap468_shutdown event Correct. It is as 'well' as it was, say, three days ago. Possibly as long as a month ago. My big reorganizational changes are finished for the moment in mpm_winnt.c. Currently I'm reorganizing service.c so it can be groked. The bug you are seeing is the same bug I began debugging some several days ago. When we fire off the CreateEvent()s, only one survives [sometimes the _shutdown, sometimes the _restart event.] Pools are not involved, these events have no cleanup. Either we have a big bug that is closing handles magically, or more likely, we have a corrupted kernel. Stoddard and I are chasing the later. Bill