Just checked the plugin source and there is a blatant memory leak in the get_dun_sent and get_dun_received functions. I will do my best to upload a revised version ASAP.
Thanks, Ravi and Brian. On Mon, 24 Jan 2005 16:56:25 +0000, Ravindra Maharaj <[EMAIL PROTECTED]> wrote: > > > expr(uptime) / expr(time) > > > If the above is OK, try > > expr (float.add(uptime, 1) / expr(time) > > to see if any call to a plugin goes it. > > These are fine. I have other bars calling these and other plugins. I > never suspected it to be a main PP problem at all. > > The problem only came about when I made a DUN bar. > > > If the above is OK, then it is likely getsystemperformancedata > > issue. > > And in particular > > GetSystemPerformanceData.Get_Dun_Received > or > GetSystemPerformanceData.Get_Dun_Sent > > I still have GetSystemPerformanceData.get_cpu_usage running and that > doesn't seem to cause any problems. > > -- > Ravi (http://shell-shocked.org) > > "Justice: A decision in your favour." > > > Attention: PowerPro's Web site has moved: http://www.ppro.org > Yahoo! Groups Links > > > > > -- ---------------------------------------------------- http://hronia.blogalia.com Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
