Randy Kobes wrote:
On Wed, 24 Sep 2003, Stas Bekman wrote:
[ .. ]

Steve, can you please try replacing:

$p->destroy;

with:

$subp->destroy;
$p->destroy;


I get the same failure (just making this change).

I meant the change to the minimized working version that Steve has posted:


   my $p = APR::Pool->new;
   my $subp = $p->new;
   $subp->destroy;
   $p->destroy;

scratching the rest.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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



Reply via email to