-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Threads are disabled if an error occurs #32970
Labels
bug
Indicates an unexpected problem or unintended behavior
multithreading
Base.Threads and related functionality
Milestone
Comments
Thanks for the bug report! This seems to occur because the C code See also discussion about dynamic scheduling at #21017 and #32207. I guess we'd want |
c42f
added
bug
Indicates an unexpected problem or unintended behavior
multithreading
Base.Threads and related functionality
labels
Aug 21, 2019
This is fixed by #32477 |
JeffBezanson
added a commit
that referenced
this issue
Aug 22, 2019
This was referenced Aug 22, 2019
JeffBezanson
added a commit
that referenced
this issue
Aug 23, 2019
JeffBezanson
added a commit
that referenced
this issue
Aug 26, 2019
JeffBezanson
added a commit
that referenced
this issue
Aug 26, 2019
KristofferC
pushed a commit
that referenced
this issue
Aug 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
multithreading
Base.Threads and related functionality
When an error is thrown in a threaded loop, only one thread is used in threaded loops thereafter.
This is on Julia v1.3.0-rc1.0. Julia v1.2.0-rc2.0 behaves similar (only a slightly different error message). I'm using the generic Linux x86_64 binaries.
As mentioned by @c42f in https://discourse.julialang.org/t/threads-are-disabled-if-an-error-occurs/27738, this is a bug.
The text was updated successfully, but these errors were encountered: