Edit report at http://bugs.php.net/bug.php?id=52888&edit=1
ID: 52888 Patch added by: ka...@php.net Reported by: paj...@php.net Summary: Zend MM shutdown crash Status: Assigned Type: Bug Package: Reproducible crash Operating System: Windows-VC9-release PHP Version: trunk-SVN-2010-09-19 (SVN) Assigned To: dmitry Block user comment: N New Comment: The following patch has been added/updated: Patch Name: ze2-bug-52888 Revision: 1284940727 URL: http://bugs.php.net/patch-display.php?bug=52888&patch=ze2-bug-52888&revision=1284940727 Previous Comments: ------------------------------------------------------------------------ [2010-09-19 14:30:48] paj...@php.net 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 this bug report at http://bugs.php.net/bug.php?id=52888&edit=1