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

   Currently `celix_framework_stopBundle` is called in signal handler of 
`SIGINT` and `SIGTERM` to stop the framework.
   This function calls bunch of unsafe functions, and thus is not 
async-signal-safe. See `man signal-safety` for more information.
   
   
https://github.com/apache/celix/blob/62480b15af141854e552c652ffe5281d038b6495/libs/framework/src/celix_launcher.c#L104-L122
   
   We need a reliable mechanism to communicate with the Celix event loop from 
within a signal handler.


-- 
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: dev-unsubscr...@celix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to