From:             [EMAIL PROTECTED]
Operating system: RedHat Linux 7.0
PHP version:      4.1.0
PHP Bug Type:     Reproducible crash
Bug description:  Segmentation fault when using none-deep recursive scripts

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 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]

Reply via email to