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 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.

-- 
<Matt/>

    /||    ** Founder and CTO  **  **   http://axkit.com/     **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // ** mod_perl news and resources: http://take23.org  **
     \\//
     //\\
    //  \\


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

Reply via email to