Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class_loader: 0.3.6-0 in 'kinetic/distribution.yaml' [bloom] #13044

Merged
merged 1 commit into from
Oct 27, 2016

Conversation

mikaelarguedas
Copy link
Member

Increasing version of package(s) in repository class_loader to 0.3.6-0:

class_loader

* Made changes to two locking mechanisms inside class loader core's loadLibrary() function: 1) I added a lock to the 'addClassLoaderOwnerFor...' function to protect it against a race condition with the unloadLibrary() function. 2) I also raised the loader lock to cover the whole function. Previously the check to see if a library is already loaded and the actual loading of the library was not atomic. Multiple threads could create shared library objects, for example.
* Contributors: Jonathan Meyer

@dirk-thomas dirk-thomas merged commit cd8d99d into ros:master Oct 27, 2016
@mikaelarguedas mikaelarguedas deleted the bloom-class_loader-0 branch October 30, 2016 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants