php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27244 cannot restart apache2 with php5
Submitted: 2004-02-13 13:08 UTC Modified: 2004-02-17 17:32 UTC
From: xuefer at 21cn dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5CVS-2004-02-14 OS: winxp
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: xuefer at 21cn dot com
New email:
PHP Version: OS:

 

 [2004-02-13 13:08 UTC] xuefer at 21cn dot com
Description:
------------
it's 5.0.0b4
it's fine with php4.3.4



Reproduce code:
---------------
net stop apache2

(first start)
"Apache2\bin\Apache.exe" -w -n "Apache2" -k restart
(restart)
Apache2\bin\Apache.exe" -w -n "Apache2" -k restart


Expected result:
----------------
restart should be ok

Actual result:
--------------
-----
[Sat Feb 14 02:06:34 2004] [notice] Parent: Created child process 2660
[Sat Feb 14 02:06:35 2004] [notice] Child 2660: Child process is running
[Sat Feb 14 02:06:35 2004] [notice] Child 2660: Acquired the start mutex.
[Sat Feb 14 02:06:35 2004] [notice] Child 2660: Starting 100 worker threads.
------

[Sat Feb 14 02:06:55 2004] [notice] Parent: Received restart signal -- Restarting the server.
[Sat Feb 14 02:06:55 2004] [notice] Child 2660: Exit event signaled. Child process is ending.
[Sat Feb 14 02:06:56 2004] [warn] (OS 995)I/O operation has been aborted because of either a thread exit or an application request.  : winnt_accept: Asynchronous AcceptEx failed.
[Sat Feb 14 02:06:56 2004] [warn] (OS 995)I/O operation has been aborted because of either a thread exit or an application request.  : winnt_accept: Asynchronous AcceptEx failed.
[Sat Feb 14 02:06:56 2004] [notice] Child 2660: Released the start mutex
[Sat Feb 14 02:06:57 2004] [notice] Child 2660: Waiting for 100 worker threads to exit.
[Sat Feb 14 02:06:57 2004] [notice] Child 2660: All worker threads have exited.
[Sat Feb 14 02:06:57 2004] [notice] Child 2660: Child process is exiting


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-14 10:52 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2004-02-14 13:32 UTC] xuefer at 21cn dot com
tried, same problem
most of the time, the line "***I/O operation has been ***" is not in log file
 [2004-02-14 20:39 UTC] sniper@php.net
Does it happen with Apache1??

 [2004-02-17 17:32 UTC] sniper@php.net
FYI: I can reproduce crashes during restart even without PHP..

 [2004-02-17 17:32 UTC] sniper@php.net
It's Apache bug not PHP bug..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC