[omniORB] DSI - Invoke result ....

David Riddoch djr@uk.research.att.com
Thu, 25 Mar 1999 12:01:32 +0000 (GMT)


On Thu, 25 Mar 1999, Mark Howells wrote:

> I've written a DSI implementation for one of our products but after my
> Invoke method is called the Dispatcher crashes, if I return a result, when
> unwinding the stack.  It appears to die when trying to delete the
> ServerRequestImpl Any_var which is used to hold the result.  I've tried a
> number of ways of storing my result (a string) but always get the same
> fauilt - even if I lift the example code from the dsi/echo source.
> 
> The client receives the result OK :) but the server always dies :(

Mark,

Have you tried running the DSI examples, and have you seen any problems?

If not, then can you prepare a minimal example which demonstrates this
undesirable behaviour?

David