Interesting.

http://icu.sourceforge.net/apiref/icu4c/ uclean_8h.html#93f27d0ddc7c196a1da864763f2d8920

Perhaps we should not call u_cleanup() at all..

-Andrei

On Oct 4, 2006, at 1:42 PM, Rob Richards wrote:

That does prevent the crash.

I did find that within zend_shutdown, if I comment out the call to u_cleanup(), then ucol_close doesn't crash within unicode_globals_dtor during tsrm_shutdown.
If that helps any.

Rob

Andrei Zmievski wrote:
I suppose we can omit the ucol_close() call since we're shutting down completely and ICU will close all resources anyway on exit, I believe.

-Andrei



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to