From:             s dot heinlein at phoenix-ag dot de
Operating system: Windows 2003 Server
PHP version:      5.1.2
PHP Bug Type:     IIS related
Bug description:  access violations, about 1 percent of requests fail

Description:
------------
With any version since 5.02 of PHP we see rare cases of access violations
with changing adresses where requests are not answered. Actually we use
PHP 5.1.2 with no extensions/modules installed.
Only PEAR SOAP 0.9.2 is used for communication with our host DB.

The problems have been observed with Windows Server 2003 with and without
SP1 and all patches.

PHP is running as an ISAPI process.



Reproduce code:
---------------
The problem can also be seen while processing the following code from
dummy.php: <html><body></body></html>
Even with that simple fragment, requests are not processed properly in
rare cases and an access violation occurs.

Expected result:
----------------
We expected not to see the described error with that dummy.php.


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

Reply via email to