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 cv exceptions #1799

Merged
merged 2 commits into from Oct 19, 2015
Merged

Fixing cv exceptions #1799

merged 2 commits into from Oct 19, 2015

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Oct 17, 2015

@sithhell reported that the segfault does not manifest itself if the mutex is not unlocked while releasing threads.

  • This patch also add proper handling of exceptions happening while executing notify_all.
  • Fly-by change makes slist::size constant time

@hkaiser
Copy link
Member Author

hkaiser commented Oct 19, 2015

All tests pass without a problem on gcc 4.6, 4.7, 4.8 and 4.9 debug and release resp.

sithhell added a commit that referenced this pull request Oct 19, 2015
@sithhell sithhell merged commit a725d04 into master Oct 19, 2015
@sithhell sithhell deleted the fixing_cv_exceptions branch October 19, 2015 10:43
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.

None yet

3 participants