[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: core dump on realloc?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 8 Jan 2002 14:35:31 -0200
>This seems very strange to me but i have seen it repeatedly now. I have
>embedded lua into a cgi to act as a simple templating engine and the cgi
>is execute approx 500k times a day but once a day - it cores. Looking at
If it's a CGI, then you probably don't need (or want) GC.
I doubt this is a GC problem, but try turning GC off and see if it helps.
It looks like a memory full problem to me. Could that be??
--lhf