On Thu, Oct 07, 2004 at 09:20:23AM -0400, Joe Schaefer wrote: > "Philippe M. Chiasson" <[EMAIL PROTECTED]> writes: > > [...] > > > #2 0x0021b45c in apr_bucket_alloc_create_ex (allocator=0x0) at > > apr_buckets_alloc.c:67 > > #3 0x0021b405 in apr_bucket_alloc_create (p=0x9353f70) at > > APU_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create(apr_pool_t *p) > { > apr_allocator_t *allocator = apr_pool_allocator_get(p); > apr_bucket_alloc_t *list; > > #if APR_POOL_DEBUG > /* may be NULL for debug mode. */ > if (allocator == NULL) { > if (apr_allocator_create(&allocator) != APR_SUCCESS) { > abort(); > } > } > #endif
That fix isn't in the apr-util 0.9 branch (my fault): I'll copy it over. joe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]