-
-
Notifications
You must be signed in to change notification settings - Fork 438
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
Properly dispatch exceptions thrown from hpx_main to be rethrown from hpx::init/hpx::stop #4487
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, thanks!
Hmm, this is throwing more/in a different place than some of our tests expect. We do have some tests that catch an exception thrown in |
|
I'll investigate. |
… hpx_init/hpx_stop
- flyby: make existing test cover the new functionality - flyby: adding asserts to shared_priority_queue_scheduler to avoid using -1 as array indices
2e14b4f
to
74ecb08
Compare
@hkaiser I've attempted to clean up the thread number handling. |
Thanks @msimberg. I did suspect that much, but was not sure what the correct handling in the scheduler should be. Let's see how the tests fare. |
No description provided.