[PHP-DEV] Apache 2.0.49 + PHP5.0.0RC1 crashes randomly

2004-03-31 Thread Juan Alonso
Hello, PHP seems to crash randomly with Apache 2.0.49. I made clean installs of both Apache 2.0.48 and 2.0.49 and I recompiled PHP from a clean state both times and there is no problem with 2.0.48. I know this is a pretty useless bug report but I don't know where to look for more details. The

Re: [PHP-DEV] Segfault in HEAD

2004-03-31 Thread Sterling Hughes
php5 shouldn't crash _at all_ within an infinite loop because we aren't in one big execution loop. -sterling On Mar 30, 2004, at 11:27 PM, Derick Rethans wrote: On Wed, 31 Mar 2004, Antony Dovgal wrote: Hi all! This small script: ? class test { var $a = false; var $x = false;

Re: [PHP-DEV] Segfault in HEAD

2004-03-31 Thread George Schlossnagle
On Mar 31, 2004, at 1:17 PM, Sterling Hughes wrote: php5 shouldn't crash _at all_ within an infinite loop because we aren't in one big execution loop. Why shouldn't this crash eventually? You still have to account for all the callers stacks. George -- PHP Internals - PHP Runtime Development