-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Multithreading segmentation fault #15875
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
Comments
On master, this occurs with 16 threads and there's this (hopefully useful) report:
The backtrace for the segfault on commit dc6b0de is:
HTH. |
There have been a bunch of updates to multi-threading. Can we see if this is addressed? |
I'm seeing a similar error with Julia version
|
Can you provide the instructions for reproducing? |
Sure, I'll post the commands I ran here, but without the account number and reservation number needed to run this job on cori.nersc.gov. (Those appear in our email thread.) The segfault appears reliably with 8 nodes and 16 threads per node. With 4 threads and just 1 node, I haven't seen the segfault happen.
|
I'm not sure this is the same segfault as the OP's, but anyway. I'm testing this also, but if you're trying to replicate, a couple of minor corrections: You don't need the reservation line. The 2nd last line should be |
I am getting the same error, with a python code from which I call Julia. Making the standard call NB: julia is a pyjulia instance of Julia() then I get a segfault. If I do the same call later in the code, there is no problem. The segfault is produced below.
|
It's unrelated and fixed. |
Ok, sorry about that. Do you know what I can do to avoid this? |
Nothing much. JuliaPy/pyjulia#71 |
Ok thanks, should I delete my previous comments in this thread? |
Let it be. |
Could somebody check whether this is still a problem? A lot has certainly changed. |
Closing. If similar issues recur with the new threading system, please file a new issue. |
For the example mentioned in #15874 for
nthreads()
> 30 julia segfaults. Julia version isVersion 0.5.0-dev+1918
.The text was updated successfully, but these errors were encountered: