Re: Locating leaked scalars

2001-04-27 Thread Doug MacEachern
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

Re: Locating leaked scalars

2001-04-27 Thread Matt Sergeant
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

Re: Locating leaked scalars

2001-04-27 Thread Doug MacEachern
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

Re: win32 and apache_1.3.19

2001-04-27 Thread Doug MacEachern
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

Re: Locating leaked scalars

2001-04-27 Thread Robin Berjon
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

Re: Locating leaked scalars

2001-04-27 Thread Matt Sergeant
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

Re: Locating leaked scalars

2001-04-27 Thread Stas Bekman
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

Re: Locating leaked scalars

2001-04-27 Thread Matt Sergeant
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