php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33768 PHP test script - run-tests.php crashes with Access Voilation Error.
Submitted: 2005-07-19 12:48 UTC Modified: 2005-07-26 16:02 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: mjoy_2003 at yahoo dot co dot in Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.3.11 OS: Windows Server 2003
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mjoy_2003 at yahoo dot co dot in
New email:
PHP Version: OS:

 

 [2005-07-19 12:48 UTC] mjoy_2003 at yahoo dot co dot in
Description:
------------
Script:
run-tests.php from the PHP distribution is used to test the installation. Execute this on a Windows Server 2003 and the crash is reproducible.

Installation:
1. Install with the following options:
   --with-apxs
   --with-oci8
   --enable-sigchild
   --disable-rpath

Webserver : Apache 1.3.33

Reproduce code:
---------------
1. PHP test script - run-tests.php
   This file is a part of the PHP distribution in the tests/ fodler. 

This test has produced the same result (Access voilation error) on Windows Server 2003 and suceeds on NT and 2000.

Expected result:
----------------
All the tests should suceed!

Actual result:
--------------
After the first script - 001.phpt is executed and Access voilation error occurs. 
The trace is as follows:
'php.exe': Loaded 'C:\test\Apache\htdocs\php_tests_srg\php.exe', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
'php.exe': Loaded 'C:\test\Apache\htdocs\php_tests_srg\php4ts.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\wsock32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\odbc32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.1830_x-ww_1B6F474A\comctl32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\comdlg32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.1830_x-ww_7AE38CCF\comctl32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\odbcint.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\mswsock.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\dnsapi.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\winrnr.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\rasadhlp.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\hnetcfg.dll', No symbols loaded.
'php.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll', No symbols loaded.
Unhandled exception at 0x7c83247a in php.exe: 0xC0000005: Access violation reading location 0x54434552.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-26 16:02 UTC] mjoy_2003 at yahoo dot co dot in
This bug is found to be the same as bug 32957. Closing the bug.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Nov 28 04:00:01 2025 UTC