PengZheng opened a new issue, #653:
URL: https://github.com/apache/celix/issues/653

   ```
   cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_TESTING=ON ..
   make -j8
   ctest
   
   The following tests FAILED:
            49 - test_cxx_remote_services_integration (SEGFAULT)
   
   ```
   
   ```
   std::default_delete::operator() unique_ptr.h:79
   std::_Sp_counted_deleter::_M_dispose shared_ptr_base.h:442
   std::_Sp_counted_base::_M_release shared_ptr_base.h:168
   std::__shared_count::~__shared_count shared_ptr_base.h:705
   std::__shared_ptr::~__shared_ptr shared_ptr_base.h:1154
   std::shared_ptr::~shared_ptr shared_ptr.h:122
   celix::rsa::RemoteServiceAdmin::removeEndpoint RemoteServiceAdmin.cc:81
   std::function::operator()(const std::shared_ptr<…> &, const 
std::shared_ptr<…> &) const std_function.h:590
   <lambda#3>::operator()(void *, void *, const hashMap *) const 
ServiceDependency_Impl.h:581
   <lambda#3>::_FUN(void *, void *, const hashMap *) 
ServiceDependency_Impl.h:569
   celix_dmServiceDependency_invokeRemove dm_service_dependency.c:321
   celix_dmComponent_handleRemove dm_component_impl.c:669
   celix_private_dmComponent_handleEvent dm_component_impl.c:538
   serviceDependency_removeServiceTrackerCallback dm_service_dependency.c:313
   serviceTracker_invokeRemovingService service_tracker.c:597
   serviceTracker_untrackTracked service_tracker.c:560
   serviceTracker_close service_tracker.c:231
   celix_serviceTracker_destroy service_tracker.c:712
   celix_bundleContext_removeServiceTracker bundle_context.c:789
   fw_handleEventRequest framework.c:1297
   fw_handleEvents framework.c:1342
   fw_eventDispatcher framework.c:1509
   start_thread 0x00007ffff7494b43
   clone3 0x00007ffff7526a00
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to