On Mon, Mar 24, 2003 at 11:15:52AM -0500, Dmitri Tikhonov wrote: > I think that your interpreter is having problems freeing memory associated > with closures. I ran into this before, and what I had to do is to patch > POE so that POE::Wheel::Run accepts arguments. Check it out here: > > http://rt.cpan.org/NoAuth/Bug.html?id=1783 > > (the patch is against version 0.22, but should not be a problem to modify > the latest revision). > > In some cases in my POE environment (but it does not mean it has to do with > POE), I had to explicitly undef lexical variables used in closures after > closures were done executing. > > Good luck, it can take you a while to find all the leaks, but it can be > done.
The patch in ticket 1783 has been applied to CVS, and it will appear in version 0.26 (no release date set). Thanks, and apologies for the delay. -- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/
