AW: [omniORB] Compiling Examples on AIX

Andreas Eglseer - Entwicklung andreas.eglseer@lisec.com
Wed, 21 Feb 2001 13:44:06 +0100


Hi!

Now I've a real problem on aix (xlc5).
The same problem we had with omniORB 2.8.

Our prog. dies unexpected somewhere in the code where we don't know why it
dies there.
I'm sure it is a memory problem, but I've no idea how I can get rid of that.
I've changeed the eg2_impl source so, that the ( I think ) same problem
occurs.

There is only a slight difference, there is a recursive call of the
test_func(),
this is no problem, if I call this test_func direct from main, but if I call
it
over a corba function call it crashes after 12XX iterations.

Thanks for ALL help

Andreas