On Fri, 27 Apr 2001, Matt Sergeant wrote:
> Yeah I've checked all the refcounts, and everything seems hunky-dory. Is
> there any chance global destruction might be happening before the pool
> cleanup? That is the only other thing I can think of, though I guess I
> haven't fine-tooth combed it yet
On Fri, 27 Apr 2001, Doug MacEachern wrote:
> if you getting 'scalars leaked' during 'global destruction', normally
> means a new{SAV} was created by an xs module and not mortalized or has a
> refcnt too high, e.g. newRV(newAV()), should be newRV_noinc(newAV())
Yeah I've checked all the refcount
if you getting 'scalars leaked' during 'global destruction', normally
means a new{SAV} was created by an xs module and not mortalized or has a
refcnt too high, e.g. newRV(newAV()), should be newRV_noinc(newAV())
-
To unsubscri
On Fri, 27 Apr 2001, Randy Kobes wrote:
> that's great ... this is done in the attached patch (against today's
> cvs mod_perl), and all works with perl-5.6.1 and apache_1.3.19.
> i also included in this patch the earlier patches for getting the
> right apache_1.3.19 inc directories, inserting so
At 09:20 27/04/2001 +0100, Matt Sergeant wrote:
>On Thu, 26 Apr 2001, Doug MacEachern wrote:
>> if you give me an idea of whats going on, i might be able to offer a
>> suggestion for your particular case. i have had success using purify,
>> which requires Perl to be compiled with -DPURIFY, simila
On Fri, 27 Apr 2001, Stas Bekman wrote:
> On Fri, 27 Apr 2001, Matt Sergeant wrote:
>
> > On Thu, 26 Apr 2001, Doug MacEachern wrote:
>
> > > if you give me an idea of whats going on, i might be able to offer a
> > > suggestion for your particular case. i have had success using purify,
> > > whi
On Fri, 27 Apr 2001, Matt Sergeant wrote:
> On Thu, 26 Apr 2001, Doug MacEachern wrote:
> > if you give me an idea of whats going on, i might be able to offer a
> > suggestion for your particular case. i have had success using purify,
> > which requires Perl to be compiled with -DPURIFY, simila
On Thu, 26 Apr 2001, Doug MacEachern wrote:
> On Thu, 26 Apr 2001, Matt Sergeant wrote:
>
> > Doug,
> >
> > I found a post from you to Mosely a while back saying you'd tell him how
> > to track down scalar leaks, but I can't find any follow up. Is there a
> > way to do this that you know of, or