On Wed, Oct 06, 2004 at 02:59:01PM -0400, Andrew Grumet wrote: > unable to realloc 2479192 bytes > > Coredump is 2.4GB, but I'm not sure if we got the whole coredump because the > disk filled up :( > > Our last restart was about 3 hours ago. The nsd process is now size 1090M > and seems to be growing.
You need to find out where the memory leak is. Is that on Solaris or Linux? Purify on Solaris helped me track down some of my own leaks. Valgrind on Linux should do the same, but so far I've never tried that with AOLserver. I am suspicious of nsopenssl. It is doing stuff with Tcl_Obj's, but I don't see ANY calls to Tcl_IncrRefCount() or Tcl_DecrRefCount() at all. I recently had a huge leak problem in my own custom C code for EXACTLY that reason... -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
