> I localized it down a bit more to a single script causing it, after
> having been under a heavy load for a few days.  You can check the
> http://www.deadmime.org/~dank/sitics-error.log (large file) file for the
> series of memory leaks that seemed to have caused this.
> 
> But if your system hasn't had any of these extra memory leak lines, I
> might have to return to my theory of whats causing it... :\  It also
> didn't fill up my /var with the free lines...

Hmm yeah these are different errors - in this case, you aren't
free()ing enough memory, but my errors are that the memory is
being free()ed too often!  

Perhaps in fixing a leak, someone didn't put in a check to see
if it was already free.

This is going to be tough to track down unless I can reproduce it :-/

Anil


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to