-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Multi-threading doesn't work on master #19876
Comments
|
I'd like to do that, but compiling Julia from scratch takes about half an hour on my box with @tkelman Out of curiosity: can you reproduce it, is it just me? |
I can reproduce. I'll try bisect. |
From debug prints, I find that the threads are running, getting forked, and attempting to apply the generated function containing the loop body. However, every thread except the first is getting an exception on calling |
They're all getting no-method errors from trying to run in world 0 |
It should have? Is this test run with |
Ah right, we still have |
I gave up on bisecting after LLVM wanted to rebuild for the fourth time ;) |
Sorry for the dense question here, but does this mean that threads don't work on master right now? and @vtjnash -
How did you get diagnostics? |
Does what mean that? This is an closed issue. |
I reported on discourse a problem, but didn't get any feedback, so I don't know if anyone else can reproduce it.
Currently, multi-threading doesn't seem to work on master branch (at least on my system). Using the example proposed in the manual:
As show in the discourse message, the same example works on my system with Julia 0.5.
I could not find any reference to this problem in the bug tracker, I assume it's a new issue.
The text was updated successfully, but these errors were encountered: