From: T dot Hauck at janaserver dot de Operating system: Windows 2000 / XP / All PHP version: 4.3.11 PHP Bug Type: Reproducible crash Bug description: Memory leak in ISAPI modul after exception
Description: ------------ In each call to the HttpExtensionProc in the ISAPI Modul of PHP a Windows exception 0x000006A6 is raised. I debuged it back to the that line of sourcecode: DeregisterEventSource(PW32G(log_source)); Line 64 in file wsyslog.c After stepping into that line the exception 0x000006A6 is raised. The Stackframe looks like that: php4ts_debug.dll!closelog() Line 64 php4ts_debug.dll!zm_deactivate_syslog (....) Line 125 php4ts_debug.dll!zm_deactivate_basic (....) Line 1243 php4ts_debug.dll!modul_registry_cleanup (....) Line 1168 php4ts_debug.dll!zend_hash_apply (....) Line 701 php4ts_debug.dll!zend_deactivate_moduls (....) Line 678 php4ts_debug.dll!php_request_shutdown (....) Line 982 php4isapi.dll!HttpExtensionProc (....) Line 899 I have a screenshot avalible with all the details of the stackframe. In normal operation mode, the only sign will be only a memory leak. The problem was NOT pressent in version 4.3.10. But PHP version 5.0.4 has the same problem. -- Edit bug report at http://bugs.php.net/?id=33118&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=33118&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=33118&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=33118&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=33118&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=33118&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=33118&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=33118&r=needscript Try newer version: http://bugs.php.net/fix.php?id=33118&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=33118&r=support Expected behavior: http://bugs.php.net/fix.php?id=33118&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=33118&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=33118&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=33118&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=33118&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=33118&r=dst IIS Stability: http://bugs.php.net/fix.php?id=33118&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=33118&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=33118&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=33118&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=33118&r=mysqlcfg
