ID: 14929 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment:
Please read instruction for submitting bugs. You should attach backtrace ;) Previous Comments: ------------------------------------------------------------------------ [2002-01-08 07:36:16] [EMAIL PROTECTED] When running a large multi-file script (it should run for several hours, or maybe even more) using PHP standalone CGI executable from the shell, it crashes with Segmentation Fault after running a wide and none-deep (max 5-10 level depth) recursive script. I'm thinking it's a stack limitation problem. I found this problem (which is very similar to the "recursive call limitation" (#1901) PHP Bug Report) with two my own Linux servers (PHP 4.0.4 and 4.1.0). In the answer to those bug report you mentioned that you may add some compile-time switch, which will make PHP use heap, but not stack for intensive data. Please let me know if such switch has been added and how I can use it with my servers or if you know some other way, which will help me to solve this problem. Thanks in advance! ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14929&edit=1 -- 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]