[omniORB] Re: execv fails under POA, works under BOA

Duncan Grisby duncan at grisby.org
Fri Dec 5 17:01:14 GMT 2003


On Friday 28 November, Dietmar May wrote:

> The fork/execv also fails under the BOA in a more complex application - 
> I'm guessing following object activation (_obj_is_ready()). I'll try to 
> develop a simple test case to reproduce this, when I have time. At the 
> moment, however, I guess I need to focus on finding a workaround :-(.

This kind of problem is usually due to getting pthread things messed
up, causing the process to use non-thread-aware versions of fork and
exec. I can't be more specific than that, I'm afraid, other than to
say that forking and execing works fine for me.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list