php-general | 2001062

[PHP] emalloc / erealloc problem (was: help with custom session handler) From: Aral Balkan (aral <email protected>)
Date: 06/30/01

ok, I found what's making Apache crash... my getting entries like:

FATAL: emalloc(): Unable to allocate 1701082243 bytes
FATAL: erealloc(): Unable to allocate 369098752 bytes

in the log. Somehow when I query the database it must be trying to
allocate -- unless my eyes deceive me -- ~1.6 GBs of memory in the first
entry and ~350 Megs in the second.

What could be causing this???

As I mentioned earlier, I have a custom session handler set up that uses
Manuel Lemos' Metabase library to save the session to a database (of the
supported ones, I'm using mySQL.)

I hope this message makes it to the list in a day or so (I really don't
understand why the list is so slow...) because this is driving me crazy!

Aral :)
______________________________
(aral <email protected>)
    New Media Producer, Kismia, Inc.
(aral <email protected>)
    Adj. Prof., American University
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>