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 2006/01/24 16:15:59 UTC

DO NOT REPLY [Bug 38368] New: - Apache hang on small piece of code

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38368>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38368

           Summary: Apache hang on small piece of code
           Product: Apache httpd-2
           Version: 2.0.55
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: critical
          Priority: P3
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tbr@norman.no


Win2k server with the following software:
Apache 2.0.55
PHP 4.4.2
OpenSSL 0.9.7i
MySQL 4.1.16

Apache seems to hang if a user tries to load a page with a time-consuming system
command, and then tries to load another such page before the first has finished
loading.
Starting a new browser session will solve the problem until a PHP script tries
to run a system command (any system command). Apache must be restarted for
system commands to work again.

The following HTML will cause the problem on my server (not confirmed on other
servers). Try clicking "Crash!" several times without letting it load between
each time.

___HTML________
<?php
session_start();
if($_GET["crash"]=="true") {
	Sleep(1);
	system("dir c:/winnt/");
	echo "Didnt hang!<br>";
}
?>
<a href="crashme.php?crash=true">Crash!</a><br>
<a href="crashme.php">Back</a><br>
__________________

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

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


DO NOT REPLY [Bug 38368] - Apache hang on small piece of code

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38368>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38368


rpluem@apache.org changed:

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




------- Additional Comments From rpluem@apache.org  2006-01-24 22:41 -------
This looks like a php problem. Please open a report at http://bugs.php.net/.

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

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