Closed meyerj closed 5 years ago
Originally reported in orocos-toolchain/ocl#40.
To reproduce:
$ deployer import("rtt_rosdeployment") require("rosdeployment")
The problem is that createService() returns a null pointer in rtt_rosdeployment_service.cpp and the PluginLoader did not catch this case before forwarding it to Service::addService().
createService()
Service::addService()
Merged into toolchain-2.9: 6b0963158f5d1a4d92b23a8b1741ce106fa4b743
Originally reported in orocos-toolchain/ocl#40.
To reproduce:
The problem is that
createService()
returns a null pointer in rtt_rosdeployment_service.cpp and the PluginLoader did not catch this case before forwarding it toService::addService()
.