From:             [EMAIL PROTECTED]
Operating system: red hat 7.0
PHP version:      4.0.4pl1
PHP Bug Type:     Reproduceable crash
Bug description:  simple script with infinite function calls causes seg fault

-------------------
<%

function a () {
    b();
}

function b () {
    a();
}

a();

%> 

<h1>done</h1>
---------------------

The simple script above causes a seg fault.  If you need more info on configuration 
etc please mail me.  We made this simple example from a more compilcated instance.  
This bug was also present in 4.0.3pl1, we upgraded to try and stop the seg fault...

thanks!


-- 
Edit Bug report at: http://bugs.php.net/?id=9136&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