[omniORB] Omni orb on Windows XP

Duncan Grisby duncan at grisby.org
Mon Apr 12 21:25:04 BST 2004


On Wednesday 7 April, vishwanath at scorpeonet.com wrote:

> I have a java client which is communicating with CORBA C   server
> (compiled in VC  ).
> when I call release on the java client the server tries to free up 
> memory for the in parameters and throws a GP because the in 
> parameters memory is allocated on the client side. Can anyone let me 
> know please how do I fix this problem.

Most likely, you are mixing debug and non-debug code. Make sure you
are using release code with the release omniORB libraries or debug
code with the debug omniORB libraries.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list