ID: 32002 Comment by: broadmind at magicn dot com Reported By: tlamay at cte1 dot com Status: No Feedback Bug Type: Unknown/Other Function Operating System: Windows 2003 PHP Version: 4CVS-2005-02-17 New Comment:
I have also got this problem too. :_( This is very serious one because sometimes it crashes apache server totally, causes to non-restart condition. (I have to restart the computer at this time) The memory sizs of PHP.ini didn't any effects on it. Our platform is: AMD Opteron 2 CPU (multiprocessor) Win2K Server Apache 1.3.34 PHP 5.1.0 FATAL: erealloc(): Unable to allocate xxx bytes At this time, the child process is terminated and Apache is restarted automatically. This results in the loss of POST data or the error of page connection. Previous Comments: ------------------------------------------------------------------------ [2005-09-18 16:40:55] pierre_c at editus dot lu Our plateform is: Win2K Server Apache 1.3.29 PHP 4.3.7 And we have this error too: FATAL: erealloc(): Unable to allocate 360448 bytes HTTP Server will stop after ~48h00 and our service is down. Have anybody fix this bug ? does I upgrade Apache/PHP ? ------------------------------------------------------------------------ [2005-09-07 20:52:20] jeffdripps at isegames dot com Using 4.4.1 binary this problem occurs and the process restarts as soon as the first *.php file is requested. PHP 4.4.1 is unusable on a multiprocessor machine running W2K and Apache2. ------------------------------------------------------------------------ [2005-03-05 01:00:08] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2005-02-25 15:15:08] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. The FATAL message correspond to Zend calling exit(), which kills all the threads in the process, so that much is expected. To track down the memory issues you could add to your LogFormat directive: "%{mod_php_memory_usage}n" - this will log the maximum number of bytes allocated during each particular request. ------------------------------------------------------------------------ [2005-02-22 21:28:44] jonohlsson at hotmail dot com must say i have this exact problem myself running win 2k / apache 1.3.33 / php 4.3.10 / Zend optimizer 2.5.7 and phpBB forum the apache log is filled with those erealloc errors and the browser page goes blank with a "server not found" message ...but i think it only happens if browsing with IE. mozilla works fine. weird isn't it? i've also tried changing php.ini memory settings, but this deosn't affect the apache log at all ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/32002 -- Edit this bug report at http://bugs.php.net/?id=32002&edit=1