RE: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Ryan Bloom
> From: Ian Holsman [mailto:[EMAIL PROTECTED]] > Bill Stoddard wrote: > >>On Tue, Mar 19, 2002 at 06:49:28AM -0800, Ryan Bloom wrote: > >> > To protect against that we either need thread cancellation, and > register a cleanup with pool B that will cancel the thread if > the pool is des

Re: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Ian Holsman
Bill Stoddard wrote: >>On Tue, Mar 19, 2002 at 06:49:28AM -0800, Ryan Bloom wrote: >> To protect against that we either need thread cancellation, and register a cleanup with pool B that will cancel the thread if the pool is destroyed. Or, we need other means of protection against

Re: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Bill Stoddard
> On Tue, Mar 19, 2002 at 06:49:28AM -0800, Ryan Bloom wrote: > > > To protect against that we either need thread cancellation, and > > > register a cleanup with pool B that will cancel the thread if > > > the pool is destroyed. Or, we need other means of protection > > > against double destruc

Re: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Aaron Bannert
On Tue, Mar 19, 2002 at 06:49:28AM -0800, Ryan Bloom wrote: > > To protect against that we either need thread cancellation, and > > register a cleanup with pool B that will cancel the thread if > > the pool is destroyed. Or, we need other means of protection > > against double destruction (refcou

Re: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Bill Stoddard
> > 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 >

RE: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Sander Striker
[...] > > I have a hard time figuring out what is going wrong, and especially > > why it is going wrong on windows. > > > > Some discussion with Aaron lead us to a problem that shows > > up with threading: > > > > Create a pool A. > > > > Create a thread > > - create a subpool B of A > >

RE: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Ryan Bloom
> > 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 >

RE: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Sander Striker
> 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 srcli

Re: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Sebastian Bergmann
Sander Striker wrote: > Could you please update apr again and tell me what pool->tag reads in > the backtrace of your segv? Here's the new backtrace: NTDLL! 77883941() NTDLL! 778838c6() apr_allocator_free(apr_allocator_t * 0x00794210, apr_memnode_t * 0x007942a8) line 323 apr_pool_destroy(apr_

RE: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Sander Striker
> From: Sander Striker [mailto:[EMAIL PROTECTED]] > Sent: 19 March 2002 11:10 > > 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?

RE: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Sander Striker
> 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 srcli

Re: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Sebastian Bergmann
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. -- Sebastian Bergmann http://s

RE: [Win32] Current CVS crashes on shutdown

2002-03-19 Thread Sander Striker
> From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] > Sent: 19 March 2002 10:29 This is the exact same problem Bill Stoddard was facing. Are you sure you have current APR? > NTDLL! 77883941() > NTDLL! 778838c6() > apr_allocator_free(apr_allocator_t * 0x00794210, apr_memnode_t * > 0x007942a8) l

[Win32] Current CVS crashes on shutdown

2002-03-19 Thread Sebastian Bergmann
NTDLL! 77883941() NTDLL! 778838c6() apr_allocator_free(apr_allocator_t * 0x00794210, apr_memnode_t * 0x007942a8) line 323 apr_pool_destroy(apr_pool_t * 0x007942b8) line 688 apr_pool_terminate() line 525 apr_terminate() line 237 destroy_and_exit_process(process_rec * 0x007983b8, int 0) line 242 mai