"Philippe M. Chiasson" <[EMAIL PROTECTED]> writes:

> Joe Schaefer wrote:
> > "Philippe M. Chiasson" <[EMAIL PROTECTED]> writes:
> >
> >>Joe Schaefer wrote:
> > [...]
> >
> >>>Is it somehow possible that apr was compiled with APR_POOL_DEBUG
> >>>defined, but apr-util was not?
> >>
> >>I thought it might be something like that, so I rebuilt a clean
> >>httpd-2.0-HEAD worker as of a few minutes ago and rebuilt.
> > With or without --enable-pool-debug? (config.nice will tell you).
> 
> Without as far as I can see, the only debug flag being turned on is
> --enable-debug

I'm not able to reproduce it with the 2.0.52 release.
Here's my config.nice:

! /bin/sh
#
# Created by configure

"../../httpd-2.0.52/configure" \
"--with-mpm=worker" \
"--enable-so" \
"--enable-mods-shared=all" \
"--prefix=/home/smoke/apache/httpd-2.0.52-worker" \
"--enable-debug" \
"$@"

However if I change the last line from --enable-debug to 
--enable-pool-debug, the modperl-2.0 tests cannot seem to 
get past server startup.  But I can get the same backtrace as
you with 

  t/TEST -no-httpd t/apr-ext/bucket.t

so I still suspect --enable-pool-debug is somewherebehind this.
Maybe there's an older installed libapr0 that's sneaking into 
your httpd/modperl build?

-- 
Joe Schaefer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to