You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Bjoern Petri (JIRA)" <ji...@apache.org> on 2013/12/04 16:41:36 UTC

[jira] [Created] (CELIX-95) not initialized variable leads to segFault

Bjoern Petri created CELIX-95:
---------------------------------

             Summary: not initialized variable leads to segFault 
                 Key: CELIX-95
                 URL: https://issues.apache.org/jira/browse/CELIX-95
             Project: Celix
          Issue Type: Bug
            Reporter: Bjoern Petri



When testing remote services it occured to me, that an endpoint which should be shut down was already stopping (BUNDLE_STOPPING), probably cause, the uninstall function triggers a seconds stop. 

In this case the activator is not retrieved (via bundleGetActivator(bundle)) , but a NULL check takes place a few lines later. 

Without having the activator initialized with NULL, this leads to a segFault on my system.



--
This message was sent by Atlassian JIRA
(v6.1#6144)