You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/02/22 18:33:15 UTC

DO NOT REPLY [Bug 46755] New: Infinite loop crashes httpd

https://issues.apache.org/bugzilla/show_bug.cgi?id=46755

           Summary: Infinite loop crashes httpd
           Product: Apache httpd-2
           Version: 2.0.59
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: critical
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: michaelyouell@yahoo.com


Created an attachment (id=23296)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23296)
Screenshot of the crash dialog produced in OS X

I ran this file as the file crash.php in Firefox 3.0.6 and it crashed.

I'm running OSX 10.4.11 (a Mac Mini Intel).

<?php

CrashFunction(true, $D);

function CrashFunction($A, &$D)
{
   if ($A)
   {
      return CrashFunction($A, $D);
   }
   return true;
}

?>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 46755] Infinite loop crashes httpd

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46755


Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Eric Covener <co...@gmail.com>  2009-02-22 10:19:01 PST ---
PHP is crashing in response to your code that consumes all memory. If you think
PHP should have failed more gracefully, you might open an enhancement request
via their bug reporting.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 46755] Infinite loop crashes httpd

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46755


xandrani <mi...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michaelyouell@yahoo.com




--- Comment #1 from xandrani <mi...@yahoo.com>  2009-02-22 09:35:34 PST ---
I know I'm not using the latest version (the reason being I am using MAMP which
is a bundle, so I don't have much control over which version is used).

If this has been fixed in the latest release then of course no problem ;-)  I
am worried that installing the latest version alongside MAMP will cause me
problems with the two apache servers clashing.  Hence why I didn't test it on
the latest version.

Many thank :-)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org