[copy of a private mail regarding crash in the
shutdown procedure. This will affect the
php-java-bridge on PHP 5, too]
> #10 0x40300172 in zend_call_method
> function_name=0x403a6397 "__destruct",
That seems to be a bug in the shutdown order. PHP 5
first unmaps all modules an then shuts down the
evaluator. The evaluator then tries to call the object
destructors for the references it still keeps. In
this case these are references to objects for classes
of modules which do not exist anymore (unmapped by
dlclose() probably).
I am surprised that this works at all. Almost any
external module which is loaded via dl() should have
this problem.
Regards,
Jost Boekemeier
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
|