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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]