celix
celix copied to clipboard
Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
The remoteShell crashes when stopped because it gets used after it is already destroyed. ```bash ogram received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffecae3700 (LWP 20314)] 0x00007fffed2e8a65 in logHelper_log...
Some of the arraylists are not destroyed. --- Original creation date: 03/Oct/2015 Reporter: @bpetri
Both, discovery SHM / RSA SHM are still using fw_lock and pthread instead of the logHelper and the celixThread. --- Original creation date: 13/Nov/2015 Reporter: @bpetri
For local communication and testing purposes it would be nice to have a PubSubAdmin based on the POSIX IPC message queues system. If feasible discovery based on POSIC IPC messages...
Currently the RSA shared mem is disabled, because support for proxy/endpoint bundles is dropped. There is still advantages to have shared mem based remote services, so this implementation should be...
Currently bundles specified in the cosgi.auto.start.1 config property should be a) absolute path or relative paths from the work dir. Extend the framework so that multiple bundle dirs can be...
Building celix for raspberry pi2 with yocto poky distro version 2.2 gives warning: "readdir_r is deprecated" and since all warnings are treated as errors the build fails. (See log.do_compile.4948) The...
After some confusion during a debug session, i looked into why the "bundle->manifest" pointer was always NULL. It turns out this is initialized at creation, then never assigned. Yet the...
In case the creation of the thread fails, the according unlock is never called. --- Original creation date: 13/Jan/2016 Reporter: @bpetri
Some of the framework tests still use the "version" and/or "version_range" mock. with the transition of CELIX-323, the version and "version_range" to the utils, the mock remained in the framework...