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

Fixing a problem with credit splitting as revealed by #1898 #1899

Merged
merged 1 commit into from
Dec 9, 2015

Conversation

sithhell
Copy link
Member

@sithhell sithhell commented Dec 8, 2015

We currently run into a situation where we would need to wait on futures before
actual serialization after the first round of awaiting has been completed. In
addition, the future itself doesn't give its held value the chance to be awaited.

This fixes the segfault on shutdown for the testcase provided by #1898 once all the remaining (user issues) has been fixed (this will come in a separate PR).

@hkaiser
Copy link
Member

hkaiser commented Dec 8, 2015

LGTM

We currently run into a situation where we would need to wait on futures before
actual serialization after the first round of awaiting has been completed. In
addition, the future itself doesn't give its held value the chance to be awaited.
sithhell added a commit that referenced this pull request Dec 9, 2015
Fixing a problem with credit splitting as revealed by #1898
@sithhell sithhell merged commit 17168bd into master Dec 9, 2015
@sithhell sithhell deleted the fixing_1898 branch December 9, 2015 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants