I wrote a script that was supposed to monitor certain system conditions and email me if things weren't right. It ran for about 18 hours and died complaining about no memory. I'm using a couple of VMS modules - VMS::Device and VMS::Queue - and suspect one or the other (or both) is leaking memory. I seem to recall Dan Sugalski's comments stating that there might be some leaks.

I've done a little XS but not enough to understand all of the reference counting issues. What facilities are in perl to debug memory allocation issues?

--
tom_p
[EMAIL PROTECTED] -- http://nbpfaus.net/~pfau/

Reply via email to