From:             mjoy_2003 at yahoo dot co dot in
Operating system: Windows Server 2003
PHP version:      4.3.11
PHP Bug Type:     Reproducible crash
Bug description:  PHP test script - run-tests.php crashes with Access Voilation 
Error.

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.

-- 
Edit bug report at http://bugs.php.net/?id=33768&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33768&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33768&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33768&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33768&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33768&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33768&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33768&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33768&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33768&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33768&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33768&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33768&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33768&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33768&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33768&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33768&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33768&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33768&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33768&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33768&r=mysqlcfg

Reply via email to