[omniORB] weirdness in a _narrow call

Graydon Hoare gray@interlog.com
Fri, 26 Jun 1998 00:54:35 -0400 (EDT)


greets all,

I have a routine I am using in constructing an object loaded off disk,
which _narrow()s the reference it gets back from omniNames into a
type I have defined. This works fine when the call for a new object comes
from in-process. It does not work with a call coming from out of process
-- the _narrow call just hangs. The odd part is that in both cases the
reference it's narrowing is in the same location wrt the narrow call. In
process, created by the same constructor. Odd. Anyone seen this before?

-graydon