From:             alacn dot uhahaa at gmail dot com
Operating system: Windows 2003
PHP version:      4.4.1
PHP Bug Type:     Reproducible crash
Bug description:  Access Violation Crash IIS 6

Description:
------------
while recycling iis6 worker process when an user is uploading a file, php
crash with access violation "zend timeout window: w3wp - read error at
address 0x019052a5"

Reproduce code:
---------------
at php.ini
post_max_size = 1032M
upload_max_filesize = 1024M

while an user is uploading a file (post, upload form) (use a big file, so
it wont end before we finish), open iis mmc, go to application pools,
select the php pool (DefaultAppPool if you didnt change it), right click
on it and recycle

im using Windows 2003, IIS6, php 4.4.1 isapi

Expected result:
----------------
it should recycle without crash

Actual result:
--------------
php crash with access violation
"zend timeout window: w3wp"
"read error at address 0x019052a5"


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

Reply via email to