Please report new issues athttps://github.com/DOCGroup
I don't have example code for this, but it should be easy to reproduce: 1. Create a client and server using SSLIOP and persistent IORs. 2. Start the server, and have it write out a persistent IOR. 3. Have the client connect and make a call, and keep the client up. 4. Restart the server. 5. Have the client make another call. The client will enter an infinitely loop in the IDL stub Remote_Proxy_Impl code when invoking the call, get PortableInterceptor::TRANSPORT_RETRY, and will retry the call immediately, forever.
This is a duplicate of bug 1299. *** This bug has been marked as a duplicate of 1299 ***