php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35030 Crash on recursive procedure
Submitted: 2005-10-31 06:54 UTC Modified: 2005-11-08 01:00 UTC
From: tomas at srnaweb dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.0.5 OS: Windows
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: tomas at srnaweb dot com
New email:
PHP Version: OS:

 

 [2005-10-31 06:54 UTC] tomas at srnaweb dot com
Description:
------------
Im running php with Apache 2.0.55 on Windows OS. When I run the code which's URL is below, the php-cgi.exe crashes, but the output is done.

Reproduce code:
---------------
http://www.php-forum.com/p/viewtopic.7244.html

Expected result:
----------------
The output is given, thats ok. But then the php-cgi.exe crashes.

Actual result:
--------------
The Windows's Application Error dialog appears with Send / Don't Send buttons.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-31 08:07 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.
 [2005-10-31 08:13 UTC] tomas at srnaweb dot com
I have posted a link to a forum, where the source is. But I have made a new one by the time, the new can be found on http://phpbug.srnaweb.com/readxml.php.txt (the txt is for enabling source code view) and the processed xml is http://phpbug.srnaweb.com/sitemap.xml
 [2005-10-31 08:32 UTC] derick@php.net
Yes, i saw this script, but we really need a *short* one. We don't have the time to debug scripts, and in your case I think  you're just doing some infinite recursion. Please add a short script.
 [2005-11-08 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 13:01:35 2024 UTC