Salome HOME
*** empty log message ***
[modules/superv.git] / examples / SIGSEGVTUI.py
1 import salome
2 orb = salome.CORBA.ORB_init([''], salome.CORBA.ORB_ID)
3 lcc = salome.LifeCycleCORBA(orb)
4 import SIGNALSComponent_idl
5 SIGNALSComponent = lcc.FindOrLoadComponent('FactoryServer','SIGNALSComponent')
6 SIGNALSComponent.SIGSEGVfunc()
7 SIGNALSComponent.ping()