Reputation: 1
The debugger shows that when the client application terminates, TAO_Resource_Factory::~TAO_Resource_Factory() is called before TAO_Thread_Lane_Resources::shutdown_reactor() is called, in the code of which this->orb_core_.resource_factory() is called, which leads to a SIGSEGW.How to solve this problem?
Upvotes: 0
Views: 29
Reputation: 1
I wrote release of resources in atexit function and issue was resolved.
Upvotes: 0