[omniORB] Crash on narrowing root_poa

Krzysztof Czarnowski Krzysztof.Czarnowski@dgt-lab.com.pl
Mon, 10 Dec 2001 17:28:50 +0100


Hello omniORB list,

After:
...
obj = orb.resolve_initial_references("RootPOA")
root_poa = obj._narrow(PortableServer.POA)

I get a crash! (quite nasty)
(Win2K, Python 2.1.1, omniORB3.04/omniORBpy1.4)

When I skip _narrow()--no problem.
Of course I realize that sometimes I don't need to narrow in Python, but it
shouldn't hurt, should it?

Any comments?
Krzysztof