From:             pajoye
Operating system: Windows-VC9-release
PHP version:      trunk-SVN-2010-09-19 (SVN)
Package:          Reproducible crash
Bug Type:         Bug
Bug description:Zend MM shutdown crash

Description:
------------
The segments_list test seems to do not be thread safe. But it could come
from something else. The crash happens after the end of the script, on
shutdown.



php5ts.dll!zend_mm_shutdown(_zend_mm_heap * heap=0x024a7a00, int
full_shutdown=0, int silent=0, void * * * tsrm_ls=0x001d1bb8)  Line 1570        
C

php5ts.dll!shutdown_memory_manager(int silent=0, int full_shutdown=0, void
* * * tsrm_ls=0x001d1bb8)  Line 2583 + 0x23 bytes       C

php5ts.dll!php_request_shutdown(void * dummy=0x00000000)  Line 1689 + 0x2d
bytes   C

php.exe!main(int argc=5, char * * argv=0x001d1b10)  Line 1438 + 0x8
bytes   C

        php.exe!__tmainCRTStartup()  Line 586 + 0x17 bytes      C





Test script:
---------------
Zend/bench.php


-- 
Edit bug report at http://bugs.php.net/bug.php?id=52888&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=52888&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=52888&r=trysnapshot53
Try a snapshot (trunk):              
http://bugs.php.net/fix.php?id=52888&r=trysnapshottrunk
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=52888&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=52888&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=52888&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=52888&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=52888&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=52888&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=52888&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=52888&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=52888&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=52888&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=52888&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=52888&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=52888&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=52888&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=52888&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=52888&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=52888&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=52888&r=mysqlcfg

Reply via email to