Re: [julia-users] SharedArray definition and assignation of values. Is this behavior a bug?

2015-05-19 Thread Tim Holy
Almost certainly https://github.com/JuliaLang/julia/issues/10773, which was fixed (on julia 0.4) in https://github.com/JuliaLang/julia/pull/10877. --Tim On Monday, May 18, 2015 11:06:29 PM Jacob Quinn wrote: I'm not able to reproduce the above behavior with my latest changes to #11280, so

Re: [julia-users] SharedArray definition and assignation of values. Is this behavior a bug?

2015-05-19 Thread Tracy Wadleigh
Yeah, I didn't prepare a backport. Probably should have. On Tue, May 19, 2015 at 1:38 PM Sebastian Souyris sebastian.souy...@gmail.com wrote: Thanks, Tim. I'll try later 0.4. I'm using 0.3.8 and #11280 fix the issue. Sebastian

Re: [julia-users] SharedArray definition and assignation of values. Is this behavior a bug?

2015-05-19 Thread Sebastian Souyris
I used #11280 and it fixes the problem. Thank you, Jacob! Sebastian On Tuesday, May 19, 2015 at 12:06:52 AM UTC-5, Jacob Quinn wrote: I'm not able to reproduce the above behavior with my latest changes to #11280, so that's a good sign! If you're feeling ambitious/able, feel free to give

Re: [julia-users] SharedArray definition and assignation of values. Is this behavior a bug?

2015-05-19 Thread Sebastian Souyris
Thanks, Tim. I'll try later 0.4. I'm using 0.3.8 and #11280 fix the issue. Sebastian

Re: [julia-users] SharedArray definition and assignation of values. Is this behavior a bug?

2015-05-18 Thread Jacob Quinn
I'm actually just about to do another round of windows testing on #11280, so I'll test this out as well. Thanks for the report! -Jacob On Mon, May 18, 2015 at 6:27 PM, Sebastian Souyris sebastian.souy...@gmail.com wrote: It seems that there is a bug when you define several SharedArray in one

Re: [julia-users] SharedArray definition and assignation of values. Is this behavior a bug?

2015-05-18 Thread Jacob Quinn
I'm not able to reproduce the above behavior with my latest changes to #11280, so that's a good sign! If you're feeling ambitious/able, feel free to give that PR a spin to see if it fixes it for you as well. -Jacob On Mon, May 18, 2015 at 8:55 PM, Jacob Quinn quinn.jac...@gmail.com wrote: I'm

Re: [julia-users] SharedArray definition and assignation of values. Is this behavior a bug?

2015-05-18 Thread Jameson Nash
this definitely looks like a bug. can you post an issue? it might be good to see if https://github.com/JuliaLang/julia/pull/11280 fixes it as well. On Mon, May 18, 2015 at 10:44 PM Sebastian Souyris sebastian.souy...@gmail.com wrote: It seems that there is a bug when you define several