[omniORB] omniORB.installTransientExceptionHandler -> python
abort?
Duncan Grisby
duncan at grisby.org
Wed Feb 7 16:22:48 GMT 2007
On Wednesday 31 January, "Ridgway, Richard \(London\)" wrote:
> I experimented recently with the exception handler functions, with mixed
> results.
>
> def transientRetryFunction(cookie, retries, exc):
> print "\nRetrying transient %s:%i\n" % (repr(exc),retries)
> return False
> _cookie = "don't care for now"
> omniORB.installTransientExceptionHandler(_cookie,
> transientRetryFunction)
[...]
> omniORB: Reverting object reference to original profile
>
> Retrying transient CORBA.TRANSIENT(omniORB.TRANSIENT_FailedOnForwarded,
> CORBA.COMPLETED_NO):0
>
> Abort
Can you run inside gdb and get a stack trace of where it dies? And
please run with traceLevel 25 and send me the log.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list