Hi,
I'm experiencing a problem under Windows using Ice+PHP where Apache is crashing after the following sequence of calls
$proxy = $ICE->stringToProxy($proxyString);
if ($proxy)
{
$proxy->ice_ping(); // Crashes here
}
but only if the server that the proxy string refers to has died and been restarted and hence no longer contains the servant that the proxy refers to - if the server is running then there is no problem with this at all.
The actual Apache crash happens in php5ts.dll having been called from php_ice.dll. I've also tried replacing the ice_ping() call with an ice_checkedCast() call and that gives exactly the same problem.
Any thoughts?
- Nigel Tyler.

Reply With Quote