[omniORB] omniorb core drop

Piccoli, Joseph jpiccoli at tnsi.com
Tue Oct 19 10:24:11 BST 2010


Hello,

I am having a problem with a core drop in my C++ application in the startup process that appears to be occurring in an omniorb library. The call into omniorb is from a servant class. Here are the class definitions:

class ConnectionFactory :    public virtual Api::_impl_ConnectionFactory,    public virtual ::PortableServer::ServantBase

class ApiConnectionFactoryServant: public POA_Api::ConnectionFactory,
                                    public PortableServer::RefCountServantBase

The application code path is:
ApiConnectionFactoryServant connectionFactory = new ApiConnectionFactoryServant(...);
CORBA::Object_var obj = connectionFactory->_this();

Here the stack trace:
void*PortableServer::ServantBase::_do_this(const char*) => argument = _PD_repoId
PortableServer::POA*PortableServer::ServantBase::_default_POA()
PortableServer::POA*omni::omniOrbPOA::rootPOA(int)
void initialise_poa()
omni::omniObjAdapter::initialise()
void __Crun::ex_rethrow()
_ex_rethrow_body
void __Cimpl::ex_terminate()
void omni_abort()

I'm not sure about what this error means or how to debug it. Any assistance would be greatly appreciated :).

Thanks,
Joe Piccoli
Software Engineer
Telecommunication Services Division
Transaction Network Services, Inc.
Office: (360) 493-6208 | jpiccoli at tnsi.com<mailto:jpiccoli at tnsi.com>


________________________________
This e-mail message is for the sole use of the intended recipient(s)and may
contain confidential and privileged information of Transaction Network Services.
Any unauthorised review, use, disclosure or distribution is prohibited. If you
are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20101019/ac67318d/attachment.htm


More information about the omniORB-list mailing list