On Thu, Aug 16, 2001 at 09:35:43AM -0700, Doug MacEachern wrote:
> that should be any platform where perl defaults to using its own malloc,
> that is, if:
> % perl -V:usemymalloc
> reports:
> usemymalloc='y'
> 
> which is fine if:
> % perl -V:bincompat5005
> reports:
> bincompat5005='undef';
> 
> but the default for 5.6.x is:
> bincompat5005='define';
Well... With 
 # perl -v

This is perl, v5.6.1 built for sun4-solaris

# perl -V:usemymalloc
usemymalloc='n';
# perl -V:bincompat5005
bincompat5005='define';

on  # uname -a
SunOS netra 5.8 Generic_108528-09 sun4u sparc SUNW,UltraAX-i2

am I safe? Or what should I rebuild with what flags?

Seems like I'm suffering from dying children problem... My main apache
dies sometimes, bringing neraly everything (well, except
server-status) down.

Alex.

Reply via email to