[omniORB] Unexpected abort coming from omni_thread_wrapper
Antoine Thierry
athierry@alphacent.com
Tue, 29 Jan 2002 11:32:04 +0100
After some other tests, i've found that the abort is just next an exception
throwing : omniConnectionBroken (minor 0) which is throwed by
tcpSocketMTfactory.cc:1076
but, i don't understand why this exception is called .. even my client
program terminates good..
Antoine Thierry
<snip>
> The problem i got is the following.
> call1 : session1 = base1->getSession() (return a handler (session1) on a
> session destinated to be used bye the client)
> call2 : base1->close(session1) : closed the session.
>
> Until there, everything works, but, after the last call of my client (and
> it is not dependant of the number of calls a make), the client ends
> normally, but the server aborts. i've noticed too that is depends also of
> the number of time a call the client, and of the number of Corba call it's
> making. but this is quite random.