Discussion:
Multi-level inheritance problem in MICO 2.3.13 with cygwin
Hedeya, Hayman
2010-09-27 14:27:07 UTC
Permalink
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,
Karel Gardas
2010-09-27 14:38:25 UTC
Permalink
Hi,

MICO 2.3.15 is not out yet. I guess you use 2.3.13? Also for this issue
would be good if you post your IDL at least if not the self containing test.

Thanks,
Karel
Post by Hedeya, Hayman
Hi All,
We have a problem when running MICO 2.3.15 on cygwin, here is the
caught signal 11 - SIGSEGV: segmentation violation
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,
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Mico-devel mailing list
https://lists.sourceforge.net/lists/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Hedeya, Hayman
2010-09-27 14:48:06 UTC
Permalink
Yes, MICO 2.3.13

Attached is the IDL and the generated .h and .cxx files generated from
it, also attached cxx file that calls MICO library, the start point is
the function Glb_factory_mgr::getTheFactoryMgr


-----Original Message-----
From: Karel Gardas [mailto:***@objectsecurity.com]
Sent: Monday, September 27, 2010 5:38 PM
To: Hedeya, Hayman
Cc: mico-***@lists.sourceforge.net
Subject: Re: [mico-devel] Multi-level inheritance problem in MICO 2.3.13
with cygwin


Hi,

MICO 2.3.15 is not out yet. I guess you use 2.3.13? Also for this issue
would be good if you post your IDL at least if not the self containing
test.

Thanks,
Karel
Post by Hedeya, Hayman
Hi All,
We have a problem when running MICO 2.3.15 on cygwin, here is the
caught signal 11 - SIGSEGV: segmentation violation
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
Post by Hedeya, Hayman
inheritance which cause problem at certain level when inheriting from
the class CORBA::OBJECT and PortableServer::StubBase
Appreciate your help regarding this issue
Regards,
------------------------------------------------------------------------
------
Post by Hedeya, Hayman
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Mico-devel mailing list
https://lists.sourceforge.net/lists/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Loading...