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

Actions are not registered if not invoked #2256

Closed
hkaiser opened this issue Jul 20, 2016 · 2 comments
Closed

Actions are not registered if not invoked #2256

hkaiser opened this issue Jul 20, 2016 · 2 comments

Comments

@hkaiser
Copy link
Member

hkaiser commented Jul 20, 2016

An action is currently only registered with the serialization layer of it is invoked. While this is usually not a problem as long as all localities run the same executable, it causes obscure serialization problems if different executables are run and not all actions are used by all of those.

To reproduce, run the launch_process/launched_process test (possibly after removing the workaround in the file launch_process.cpp (see here).

@hkaiser
Copy link
Member Author

hkaiser commented Jul 20, 2016

@AntonBikineev any ideas how this could be fixed?

@hkaiser
Copy link
Member Author

hkaiser commented Jul 27, 2016

This has been fixed by merging #2258

@hkaiser hkaiser closed this as completed Jul 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant