ID: 38111 Comment by: cyberchrist at futura dot net Reported By: svendavidh at hotmail dot com Status: Feedback Bug Type: IIS related Operating System: Windows Server 2003 Std. Ed. R2 PHP Version: 5.1.4 New Comment:
svendavidh: MSVC6 is Microsoft Visual C++ 6.0. Presumably, one could accomplish the same task on later versions of Microsoft Visual Studio. How, I don't know, nor could I recommend installing a development studio on a live production server. Looks like someone needs to set up a Win2K3 R2 server offline, load up visual studio, and run the backtrace. I have neither the equipment nor the software to do this. Here's hoping you do, I just realized that I'm suffering from this same bug myself. Previous Comments: ------------------------------------------------------------------------ [2006-07-17 12:29:18] svendavidh at hotmail dot com PS: I'm going on holiday tomorrow, so I won't be able to reply to answers here before Monday July 24th. Just wanted to let you know that ------------------------------------------------------------------------ [2006-07-16 18:23:55] svendavidh at hotmail dot com Hello sir! I'd like to do exactly what you say. But do you have any hints on where to get a hold of MSVC6? To be honest, I'm not even sure what it is. I guess it's a tool for programming Visual C? I've googled the net, but I can't find anywhere I can download MSVC6. I assume it's not freeware? Any additional info regarding this would be appreciated. Also, I can't find a debug-pack for v5.1.4. Can I use the one for v5.2? (http://snaps.php.net/win32/php5.2-dbgpack-win32-latest.zip) Once I get some answers to this I'll do be best (and 1st) attempt to create that backtrace for you ------------------------------------------------------------------------ [2006-07-16 16:45:30] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2006-07-15 17:09:05] svendavidh at hotmail dot com Description: ------------ Hello, I see that other people have reported a similar bug, and that this bug http://bugs.php.net/bug.php?id=35612 claims to be fixed. However, I encounter a lot of trouble with PHP v5.1.4 (I haven't tried any other version) I feel like inserting error logs from the Windows Event log here, but I'm trying to stick to what this web page is telling me - not to put any huge text in this box. What did I do? I installed a FRESH copy of Windows Server 2003 Std. Ed. R2 and PHP v5.1.4 Extensions that are loaded: extension=php_mbstring.dll extension=php_gd2.dll extension=php_mssql.dll extension=php_mysql.dll extension=php_mysqli.dll Sessions enabled Browscap enabled What did I expect? I expected PHP to work smootly on my system What actually happened? PHP makes IIS worker process and the application pool to terminate. Do I know for a fact that PHP is causing the trouble? I do, because I've run a debugging tool called IIS Diagonstics, and it has traced the problem to be php5ts.dll Also, the error was not there before I installed PHP. If I unload the php5isapi.dll from the IIS server the problem is gone. See the bug report here: http://eventlog.no/php/IIS_Report__Date_07_14_2006__Time_11_41_51AM__903.mht Use Internet Explorer to open it (Sorry, don't know of any other way) Don't get me wrong. I love PHP, but it would be great if this error was solved, if possible :-) Please get back to me if you want the event logs from Windows Reproduce code: --------------- There is no specific code that reproduces this error. Only the fact that PHP is installed causes the problems Expected result: ---------------- N/A Actual result: -------------- Two examples from windows event logs: Event Type: Warning Event Source: W3SVC Event Category: None Event ID: 1009 Date: 14.07.2006 Time: 10:26:02 User: N/A Computer: IKT Description: A process serving application pool 'DefaultAppPool' terminated unexpectedly. The process id was '2820'. The process exit code was '0xc0000005'. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Event Type: Error Event Source: Application Error Event Category: (100) Event ID: 1000 Date: 15.07.2006 Time: 00:09:37 User: N/A Computer: IKT Description: Faulting application w3wp.exe, version 6.0.3790.1830, faulting module unknown, version 0.0.0.0, fault address 0x01b45c80. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Data: 0000: 41 70 70 6c 69 63 61 74 Applicat 0008: 69 6f 6e 20 46 61 69 6c ion Fail 0010: 75 72 65 20 20 77 33 77 ure w3w 0018: 70 2e 65 78 65 20 36 2e p.exe 6. 0020: 30 2e 33 37 39 30 2e 31 0.3790.1 0028: 38 33 30 20 69 6e 20 75 830 in u 0030: 6e 6b 6e 6f 77 6e 20 30 nknown 0 0038: 2e 30 2e 30 2e 30 20 61 .0.0.0 a 0040: 74 20 6f 66 66 73 65 74 t offset 0048: 20 30 31 62 34 35 63 38 01b45c8 0050: 30 0 I also get dialog-boxes saying: w3wp.exe - Application error. The instruction at "0x01b45c80" referenced memory at "0x01b45c80". The memory could not be "read" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38111&edit=1