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

[release-1.2] fix some possible hangs in threaded loops #32352

Closed
wants to merge 1 commit into from

Conversation

JeffBezanson
Copy link
Member

Hopefully helps #32258. I was able to trigger the problem reliably before this change, but not after it. Still might not be 100% fixed, but the branches have diverged a bit now so it's not easy to port over the most current scheduler code.

@JeffBezanson JeffBezanson added the multithreading Base.Threads and related functionality label Jun 18, 2019
@JeffBezanson JeffBezanson added this to the 1.2 milestone Jun 18, 2019
@KristofferC KristofferC changed the base branch from release-1.2 to backports-1.2.0-rc2 June 19, 2019 13:35
@KristofferC
Copy link
Member

It seems this picked up a merge conflict upon changing the branch to merge into.

@KristofferC
Copy link
Member

I pushed a rebased commit to #32270 (685a9e3). Please check that it looks ok.

@JeffBezanson JeffBezanson deleted the jb/fix32258 branch June 19, 2019 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multithreading Base.Threads and related functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants