> > From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] > > Sent: 19 March 2002 10:46 > > > Sander Striker wrote: > > > This is the exact same problem Bill Stoddard was facing. > > > Are you sure you have current APR? > > > > Yes, I always make a cvs upd -dAP in the httpd-2.0 directory. This > > updates srclib/apr and srclib/apr-util as well as the httpd-2.0 module. > > Just making sure. > > I have a hard time figuring out what is going wrong, and especially > why it is going wrong on windows.
Windows segfaults if you attempt to acquire a CriticalSection that has been freed. This is not a bad behaviour IMO... Bill