Re: Finding memory leaks in httpd and httpd modules

2010-02-17 Thread Stefan Fritsch
On Wednesday 17 February 2010, Joe Orton wrote: On Wed, Feb 17, 2010 at 09:12:03AM -0500, Jeff Trawick wrote: a. get the server to steady state ... b. see what causes the heap to expand (brk/sbrk) This is what I do too, FWIW. It's primitive but usually effective. What about adding

Re: Finding memory leaks in httpd and httpd modules

2010-02-17 Thread Jeff Trawick
On Wed, Feb 17, 2010 at 3:26 PM, Stefan Fritsch s...@sfritsch.de wrote: On Wednesday 17 February 2010, Joe Orton wrote: On Wed, Feb 17, 2010 at 09:12:03AM -0500, Jeff Trawick wrote: a. get the server to steady state ... b. see what causes the heap to expand (brk/sbrk) This is what I do