Re: debugging memory leaks: how?

2007-10-08 Thread Ben Bangert
On Oct 5, 2007, at 12:41 AM, Max Ischenko wrote: I do use Beaker on my frontpage, which account for about 19% of all site requests. I am installing gdbm module, move Registry declaration up and will also enable simple GcMiddleware class I wrote to track gc counters. I plan to do testing

Re: debugging memory leaks: how?

2007-10-05 Thread Max Ischenko
On 10/4/07, Ben Bangert [EMAIL PROTECTED] wrote: On Sep 19, 2007, at 4:22 AM, Max Ischenko wrote: What is the correct way to find it out? PasteScript-1.3.6 Beaker-0.7.5 Pylons-0.9.6 SQLAlchemy-0.3.10-py2.4.egg There are 2 leaks present in the latest Pylons, both of them in

Re: debugging memory leaks: how?

2007-10-04 Thread arashf
I'm having a similar problem... massive memory leaks after the latest round of updates. I'm using cherrypy (and always have.) switching to paste reduces the leaking, but there's still some leaking. On Sep 19, 4:22 am, Max Ischenko [EMAIL PROTECTED] wrote: On 9/19/07, Ben Bangert [EMAIL

Re: debugging memory leaks: how?

2007-10-04 Thread arashf
I take that back, paste doesn't leak at all, but cherrypy leaks very quickly. I'm guessing something in pastescript is causing this (i'm using 1.3.6) with cherrypy 3.0.2. any ideas? On Oct 4, 3:17 am, arashf [EMAIL PROTECTED] wrote: I'm having a similar problem... massive memory leaks after the

Re: debugging memory leaks: how?

2007-10-04 Thread Ben Bangert
On Sep 19, 2007, at 4:22 AM, Max Ischenko wrote: What is the correct way to find it out? PasteScript-1.3.6 Beaker-0.7.5 Pylons-0.9.6 SQLAlchemy-0.3.10-py2.4.egg There are 2 leaks present in the latest Pylons, both of them in dependent packages Paste and Beaker. The Beaker one can leak

Re: debugging memory leaks: how?

2007-09-19 Thread Max Ischenko
On 9/19/07, Ben Bangert [EMAIL PROTECTED] wrote: On Sep 18, 2007, at 8:56 AM, Max Ischenko wrote: Actually, I have had PasteScript#cherrypy from the beginning. What versions of Beaker, Paste, and Pylons are you using btw? What is the correct way to find it out? PasteScript-1.3.6

debugging memory leaks: how?

2007-09-18 Thread Max Ischenko
Hello, After recent application updates I noticed that it started leaking memory like crazy (at a rate ~200Kb/minute). As a result, it runs out of memory in a few hours and stops working properly. ;( Any ideas how to debug this situtation? I already review latest code changes but haven't noticed

Re: debugging memory leaks: how?

2007-09-18 Thread Ian Bicking
Ben Bangert wrote: On Sep 18, 2007, at 12:13 AM, Max Ischenko wrote: After recent application updates I noticed that it started leaking memory like crazy (at a rate ~200Kb/minute). As a result, it runs out of memory in a few hours and stops working properly. ;( Any ideas how to debug

Re: debugging memory leaks: how?

2007-09-18 Thread Max Ischenko
Hi Ben, On 9/18/07, Ben Bangert [EMAIL PROTECTED] wrote: After recent application updates I noticed that it started leaking memory like crazy (at a rate ~200Kb/minute). As a result, it runs out of memory in a few hours and stops working properly. ;( Any ideas how to debug this

Re: debugging memory leaks: how?

2007-09-18 Thread David Turner
On Tue, 2007-09-18 at 10:13 +0300, Max Ischenko wrote: Hello, After recent application updates I noticed that it started leaking memory like crazy (at a rate ~200Kb/minute). As a result, it runs out of memory in a few hours and stops working properly. ;( Any ideas how to debug this