[omniORB] Crash of the python process when calling activate_object() of PortableServer.POA

entonh at gmx.de entonh at gmx.de
Tue Oct 9 13:22:01 BST 2012


Hi there,

I want to realize a library which controls a Java program via Python by using omniORB.
My python process crashes everytime I call activate_object():

Code example:
oPOA = PortableServer.POA()
self.oPoaManager = self.oPoaObj._get_the_POAManager()
self.oPoaManager.activate()
self.oClass = Class.Class()
oPOA.activate_object(self.oClass)
 
I am using omniORBpy-3.4 with Python 2.5.
The behaviour occurs on Win XP systems and also an Win 7 64 Bit systems.

Could you please help me or at least explain, how this behavious may occur?

Greetings
EntonH



More information about the omniORB-list mailing list