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

HPX doesn't shutdown properly #565

Closed
sithhell opened this issue Oct 9, 2012 · 1 comment
Closed

HPX doesn't shutdown properly #565

sithhell opened this issue Oct 9, 2012 · 1 comment

Comments

@sithhell
Copy link
Member

sithhell commented Oct 9, 2012

When calling hpx::init multiple times in an application, the second call to hpx::init fails.
This defect is demonstrated by test/regressions/multiple_init.cpp

sithhell pushed a commit that referenced this issue Oct 9, 2012
@sithhell
Copy link
Member Author

sithhell commented Oct 9, 2012

This is especially critical for Android applications. Android keeps the process to reuse the process image. This means that whenever you restart the application, you have to do it twice (the first restart exits ungracefully, if you start the application everything works as expected as the process has been removed due to the crash)

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

2 participants