ID:               36853
 Comment by:       funkyonex at hotmail dot com
 Reported By:      kleef84 at hotmail dot com
 Status:           Feedback
 Bug Type:         IIS related
 Operating System: Windows Server 2003 SP1
 PHP Version:      5CVS-2006-03-24 (CVS)
 New Comment:

Try changing the identity of the application pool from NETWORK SERVEICE
to IWAM_[SERVERNAME]. From the IIS console, right-click on the AppPool
--> Properties --> Identity tab.


Previous Comments:
------------------------------------------------------------------------

[2006-03-26 12:34:40] [EMAIL PROTECTED]

I mean grab the binaries, not the sources and try them please.

------------------------------------------------------------------------

[2006-03-26 04:02:52] kleef84 at hotmail dot com

I've tried with php5.1-200603252330.tar.gz, but unfortunately no
positive effect.

Debug Diagnostic Tool also gives the same result.

I'm using Microsoft Visual C++ 6.0 to build PHP.
The configure command I used is:
cscript /nologo configure.js --enable-isapi --enable-cli-win32
--with-config-file-scan-dir=c:\php5 --with-mysqli --with-mysql
--enable-pdo --with-pdo-mysql

Any more actions I can take to provide you with more information on
this?

And what do you mean with 'official' in:

Please try _official_ snapshots.

------------------------------------------------------------------------

[2006-03-26 00:57:14] [EMAIL PROTECTED]

Please try using this CVS snapshot:

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

Please try _official_ snapshots.

------------------------------------------------------------------------

[2006-03-25 00:23:54] kleef84 at hotmail dot com

Description:
------------
On a Windows Server 2003 machine running IIS6.0 + PHP 5.1.3-dev running
as isapi.

Everytime the application pool recycles or is shutting down, the
w3wp.exe process that is shutting down crashes.
The w3wp.exe process that is being started, will start without any
problems.

I attached Debug Diagnostic Tool (v1.0) from Microsoft to the faulting
application pool, which gives the following result:

w3wp__PID__3188__Date__03_24_2006__Time_10_48_32PM__421__Second_Chance_Exception_C0000005.dmp
Type of Analysis Performed   Crash Analysis 
Machine Name   XXXXXXX 
Operating System   Windows Server 2003 Service Pack 1 
Number Of Processors   1 
Process ID   3188 
Process Image   c:\WINDOWS\system32\inetsrv\w3wp.exe 
System Up-Time   2 day(s) 00:21:07 
Process Up-Time   0 day(s) 00:00:40 


Thread 19 - System ID 2360
Entry point   msvcrt!_endthread+3b 
Create time   3/24/2006 10:48:32 PM 
Time spent in user mode   0 Days 0:0:0.0 
Time spent in kernel mode   0 Days 0:0:0.0 


Function     Arg 1     Arg 2     Arg 3   Source 
<Unloaded_php5ts.dll>+2bc3f0     015eda00     00000000     00000000   

msvcrt!_endthread+ab     02093838     00000000     00000000    
kernel32!BaseThreadStart+34     77bcb35a     02093838     00000000    


In
w3wp__PID__3188__Date__03_24_2006__Time_10_48_32PM__421__Second_Chance_Exception_C0000005.dmp
an access violation exception (0xC0000005) occured on thread 19 when
another module attempted to call the following unloaded module:
php5ts.dll.


Im using the latest source files at snaps.php.net, configure command:

cscript /nologo configure.js --enable-isapi



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36853&edit=1

Reply via email to