[omniORB] omniORBpy 2.3 runtime problem on HP 11.0

Wang, Xiaohui Xiaohui.Wang at spirentcom.com
Thu May 6 19:40:46 BST 2004


Hi,
	For omniORBpy 2.3, I ran into runtime problem with the following
python code:

	# Initialise the ORB
	orb = CORBA.ORB_init(argv, CORBA.ORB_ID)

	obj = orb.resolve_initial_references("NameService")
	rootContext = obj._narrow(CosNaming.NamingContextExt)

	The _narrow method throw the following exception:
	/usr/lib/dld.sl: Unresolved symbol: U_get_previous_frame_x (code)
from /usr/lib/libCsup.2

	And this exception results python interpreter core dump.

	Anybody has any ideas on how to resolve this problem?

Thanks,

Xiaohui



More information about the omniORB-list mailing list