Are there any plans to do anything about these ever?
If not, I'd say you should 'Bogus' this.
--Jani
On 23 May 2001 [EMAIL PROTECTED] wrote:
>ID: 11061
>Updated by: hholzgra
>Reported By: [EMAIL PROTECTED]
>Old-Status: Open
>Status: Duplicate
>Bug Type: Reproducible crash
>Operating system:
>PHP Version: 4.0 Latest CVS (2001-05-23)
>Assigned To:
>Comments:
>
>maybe it should bail out with an "out of memory" message
>instead, but beside that it's good old bullshit in,
>bullshit out here. you didn't expect this to run
>forever, do you?
>
>PS: there have been lots of reports about this
> before
>
>Previous Comments:
>---------------------------------------------------------------------------
>
>[2001-05-23 14:24:30] [EMAIL PROTECTED]
>This class will core dump your php, reproducable *every* time (how boring ;-)),
>testing with latest CVS on Linux 2.4.x and Windows 98
>
><?
>
>class CFooBar
>{
> function barFoo()
> {
> return $this->barFoo();
> }
>
>}
>
>$fooBar = New CFooBar();
>$fooBar->barFoo();
>
>?>
>
>gdb bt:
>(gdb) bt
>#0 0x80e7a56 in zend_fetch_var_address (result=0x81f9fb8, op1=0x81f9fc8,
>op2=0x81f9fd8, Ts=0xbf800038, type=0)
> at ./zend_execute.c:462
>#1 0x80e9c18 in execute (op_array=0x81fb03c) at ./zend_execute.c:1209
>#2 0x80ec12b in execute (op_array=0x81fb03c) at ./zend_execute.c:1614
>#3 0x80ec12b in execute (op_array=0x81fb03c) at ./zend_execute.c:1614
>[CUT]
>#47 0x80ec12b in execute (op_array=0x81fb03c) at ./zend_execute.c:1614
>#48 0x80ec12b in execute (op_array=0x81fb03c) at ./zend_execute.c:1614
>#49 0x80ec12b in execute (op_array=0x81fb03c) at ./zend_execute.c:1614
>
>
>
>---------------------------------------------------------------------------
>
>
>
>ATTENTION! Do NOT reply to this email!
>To reply, use the web interface found at http://bugs.php.net/?id=11061&edit=2
>
>
>
--
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]