On Sun, 29 Feb 2004, Geoffrey Young wrote: > > > Hi Geoff, > > hey randy. hope you had a nice vacation :)
Thanks :) Actually, it was a bunch of meetings for deciding on some grants, which was interesting, but stressful ... > > However, when running the tests, what happens is that the > > tests are first run, with 01first passing and 02last and > > 03mix being skipped. Then the server shuts down, and is > > restarted with -DReallyLast, > > since these are startup-only directives, that's the only way I could think > to do it - shutdown and restart the server a few times, each time with a > different config. > > > but it times out (I raised the > > timeout to 240 seconds, but this didn't help). > > argh. are you using the latest CVS, with the new "-D [space] DEFINE" stuff? > steve mentioned a hanging apache.exe, maybe that's conflicting with the > restart? I don't think that's the problem - the one I'm using doesn't have a space after the -D; from what I understand, this was more a mp1 problem. > > I've attached > > the error_log - does that help in seeing what goes wrong? > > > well, win32 is a mystery to me. maybe the A-T shutdown logic isn't as nice > as we would like. > > I suppose you can add a few 'sleep N' calls to TEST.PL to see if giving it > some extra time to shutdown helps. or you could just comment out each > different startup in TEST.PL (or just TEST if you don't feel like running > Makefile.PL each time) and run each one at a time. I just did that - only two of the tests sequences run individually - one where -defines is '' and the other when it's 'ReallyFirst'. In fact, running the two together (ie, when all the others are commented out) is fine - the server starts, stops, and starts again fine, so that's not the problem. The failures all lead to [Sun Feb 29 22:11:42 2004] [crit] (OS 6)The handle is invalid. : Child 3168: WAIT_FAILED -- shutting down server [Sun Feb 29 22:11:42 2004] [debug] child.c(695): Child 3168: Worker thread 19 starting. [Sun Feb 29 22:11:42 2004] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed. occurring in the error log. I'll try to track down where the invalid handle is coming from .... -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
