Hi! > Yes, that is what's happening here. zval_mark_grey() is trying to walk > through the object's hash table, but the first bucket is already freed, so > when it tries to access it bad things happen.
Why is this specific to shutdown? Hashtables are freed all the time, what specific shutdown is doing different from all others so that this bug only happens on shutdown? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php