ID: 27185 Comment by: david dot nicholls at camden dot gov dot uk Reported By: andrey at cherezov dot koenig dot su Status: Bogus Bug Type: Reproducible crash Operating System: Windows 2003 PHP Version: 4.3.5RC2 New Comment:
There is a problem here. I am seeing something similar from my event log Faulting application php.exe, version 4.3.5.5, faulting module ntdll.dll, version 5.2.3790.0, fault address 0x00007300. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Get the same result in 4.3.5 RC2 and RC3 but 4.3.4 works with no crash My system is Windows 2003 (fully patched at time of submission) and produces the above logevent/crash when executing die() in an existing script (wont post as its about 4000 lines in total). However my attempts to isolate have not been sucessful so far as a test script which performs only Die() does not crash. Previous Comments: ------------------------------------------------------------------------ [2004-02-09 10:13:15] andrey at cherezov dot koenig dot su There no Zend optimizer on this Server... > Sorry, but your problem does not imply a bug in PHP itself. This is PHP.EXE itself: "application php.exe, version 4.3.5.5, faulting module ntdll.dll" - so, php calls something in windows incorrectly. And there no such bug in the all previous PHP versions! ------------------------------------------------------------------------ [2004-02-09 05:39:55] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. ..install correctly and it works correctly. Remove any 3rd party extensions like Zend optimizer, etc. etc. Works fine for me. ------------------------------------------------------------------------ [2004-02-08 17:59:11] andrey at cherezov dot koenig dot su Description: ------------ After installing PHP 4.3.5rc2 instead of 'old' stable 4.3.4 on my Win2003 Server Application Event Log started to fill with this report lines: ===== Event Type: Error Event Source: Application Error Event Category: (100) Event ID: 1000 Date: 08.02.2004 Time: 10:20:29 User: N/A Description: Faulting application php.exe, version 4.3.5.5, faulting module ntdll.dll, version 5.2.3790.0, fault address 0x00007300.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Data: Application Failure php.exe 4.3.5.5 in ntdll.dll 5.2.3790.0 at offset 00007300 ===== About 1700 such events in past 6 hours. On my acWEB web-server PHP works in CGI mode. Now I've rolled back 4.3.4, and no more errors added to Event log. Reproduce code: --------------- Web-query to ANY php page on my site. Expected result: ---------------- Expected no errors in Event log. Actual result: -------------- The script itself works w/o problems - result pages displayed OK. Seems this fault happens when PHP.EXE finished its work. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27185&edit=1