Re: Tracking down memory leaks

2007-03-21 Thread Chuck Swiger
On Mar 21, 2007, at 1:17 PM, Don O'Neil wrote: My setup seems to have a memory leak of some kind and I'm not sure how to track it down When I first start up the system and all the processes start the machine has 1GB in free memory... After running for 20-30 minutes the free memory drop

Re: Tracking down memory leaks

2007-03-21 Thread Roger Olofsson
Hello Don, I got the following tips when I asked the same question a while back: "Consider something like the valgrind port or dlmalloc. ---Chuck " I ran them and gdb and I'm still hunting that memory leak. In my case I first suspected threads (software) to be the cause however as the chase