[omniORB] operator new in a CORBA method

Duncan Grisby dgrisby@uk.research.att.com
Tue, 11 Dec 2001 16:58:27 +0000


On Tuesday 11 December, "Claudio Eccher" wrote:

> When I use the server on a remote machine, the first time MyMethod() is
> invoked there is an exception in allocating the TList structure:
> 
> item = new TList;
> 
> and the method immediately returns.

What exception?  omniORB does not modify operator new. Do you?
Perhaps it's a thread safety issue?

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --