ID: 27185 Updated by: [EMAIL PROTECTED] Reported By: andrey at cherezov dot koenig dot su -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows 2003 PHP Version: 4.3.5RC4-dev New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2004-02-20 06:46:56] andrey at cherezov dot koenig dot su The page (index.php in ezpublish) displayed OK (including </html> at the end :), PHP.EXE failed when it finish its work. This failure always reproducible, I can run other build here, if you need. ------------------------------------------------------------------------ [2004-02-20 06:37:07] andrey at cherezov dot koenig dot su On the Windows XP I've tried different PHP apps and found script which also produce error. This script - ezpublish. ------------------------------------------------------------------------ [2004-02-20 06:00:36] andrey at cherezov dot koenig dot su I'm unable to reproduce this bug on my home WinXP PC (this build works OK with test scripts), but on the my main Win2003 server this build also causes fault: Event Type: Error Event Source: Application Error Event Category: (100) Event ID: 1000 Date: 20.02.2004 Time: 4:56:48 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: 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 70 68 70 ure php 0018: 2e 65 78 65 20 34 2e 33 .exe 4.3 0020: 2e 35 2e 35 20 69 6e 20 .5.5 in 0028: 6e 74 64 6c 6c 2e 64 6c ntdll.dl 0030: 6c 20 35 2e 32 2e 33 37 l 5.2.37 0038: 39 30 2e 30 20 61 74 20 90.0 at 0040: 6f 66 66 73 65 74 20 30 offset 0 0048: 30 30 30 37 33 30 30 0007300 And there are huge number of such records in the Event log. I again returned to 4.3.4, and no more errors. I can't detect what script causes this fault. There to many PHP scripts running on this server (PhpBB, WackoWiki, BitrixSitemanager, PhpWiki, etc) in the same time, and about 10-20 users online. So web-server log files grows fast and have many entries for each time of faulting record in Event log... ------------------------------------------------------------------------ [2004-02-20 04:50:51] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip I can NOT reproduce anything like this.. Does it happen with some script or what? ------------------------------------------------------------------------ [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