Posted By:
check_2010
Posted On:
Monday, September 27, 2010 10:17 AM
Hi All, We have a problem when running MICO 2.3.15 on cygwin, here is the transcript: // ERROR -- Unhandled exception caught: caught signal 11 - SIGSEGV: segmentation violation // Traceback follows: core_traceback+0xa core_traceback+0xa 0x004012fb Core_xcpt_hndlr::raise+0x41 core__init+0x4fa getenv+0x4300 sigemptyset+0x1688 getenv+0x53f9 RtlRaiseStatus+0xe0 RtlRaiseStatus+0xb1 KiUserExceptionDispatcher+0xe COF::ICable::FactoryMgr_stub_clp::FactoryMgr_stub_clp+0xa9 POA_COF::ICable::FactoryMgr::_make_stub+0x54 MICOPOA::POAObjectReference::make_ref+0x47c After investigation we found that the pr
More>>
Hi All,
We have a problem when running MICO 2.3.15 on cygwin, here is the transcript:
// ERROR -- Unhandled exception caught:
caught signal 11 - SIGSEGV: segmentation violation
// Traceback follows:
core_traceback+0xa
core_traceback+0xa
0x004012fb
Core_xcpt_hndlr::raise+0x41
core__init+0x4fa
getenv+0x4300
sigemptyset+0x1688
getenv+0x53f9
RtlRaiseStatus+0xe0
RtlRaiseStatus+0xb1
KiUserExceptionDispatcher+0xe
COF::ICable::FactoryMgr_stub_clp::FactoryMgr_stub_clp+0xa9
POA_COF::ICable::FactoryMgr::_make_stub+0x54
MICOPOA::POAObjectReference::make_ref+0x47c
After investigation we found that the problem is related to multi-level inheritance which cause problem at certain level when inheriting from the class CORBA::OBJECT and PortableServer::StubBase
Appreciate your help regarding this issue
Regards,
<<Less