[orbitcpp-list] Re: passing a reference to another process
Status: Beta
Brought to you by:
philipd
From: <MHL...@t-...> - 2000-11-20 17:27:33
|
Hi, I'm sorry to have bothered you that way! After a few hours' debugging session I found I made a silly mistake: I didn't _duplicate() the reference in pA (I thought everything would be fine duplicating it in pB, the prosess that holds the referred object) so it got freed at the end of the cpp-skeleton of the retrieving function and my reference got invalid. However a SEGFAULT in my opinion is a little overreacted; but this is not an orbitcpp- but an orbit-related topic. Cu, Martin. _______________________________________________________________________ On Son, 19 Nov 2000 00:31:21 Martin Schulze wrote: > > On Son, 19 Nov 2000 00:08:36 Martin Schulze wrote: > Hi, > > I ran into some troubles implementing a signal-slot-technology > with CORBA-objects: > > > Given three processes pA, pB, pC. > Is it possible to pass a reference retrieved in process pC from > the IOR referring to an object in the address space of pB > to process pA directly ? > > [snip] > |