php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12032 PHP dumps core when using a 3x derived class from a series of included files
Submitted: 2001-07-11 00:12 UTC Modified: 2001-08-10 11:11 UTC
From: patrick at jordan-smith dot org Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.0.6 OS: Debian/GNULinux unstable
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: patrick at jordan-smith dot org
New email:
PHP Version: OS:

 

 [2001-07-11 00:12 UTC] patrick at jordan-smith dot org
see http://patrick.jordan-smith.org/junk/example.tar.gz 
for scripts to reproduce this error. The file crashes.php 
when loaded from the browser will crash php, the file 
doesntcrash.php won't. It seems from looking at a 
backtrace that php gets itself into a infinite loop. I 
don't include a backtrace because it's 19421 entries long.

This is using the php4 package from debian

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-11 04:08 UTC] zak@php.net
Can you reduce this to a simple case or perform additional analysis?

Does the problem occur if the classes are not included, but are inline?
 [2001-07-11 06:53 UTC] derick@php.net
Additions by Lenar:

This might be realted to bug I reported about parent:: not working with 3 or
more stage inheritance when include()s are used.
It was said by Zeev that it is now fixed in CVS (for 4.0.7 i think, it din't
reach 4.0.6 in time).

Lenar

-----------

Please try the CVS version to see if the problem is fixed.

Derick
 [2001-08-10 11:11 UTC] alindeman@php.net
no feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 03:01:29 2024 UTC