Re: [julia-users] Re: Segfaults in SharedArrays

2016-06-26 Thread Tim Holy
On Sunday, June 26, 2016 3:27:57 AM CDT Nils Gudat wrote:
> Oh well that would explain why it had no effect then - is there some
> version that contains this fix then? Would building the current 0.4.7+
> master from source do? (Sorry, I've stuck strictly to stable versions so
> far so am not well versed in how the master branches work)

If you've succeeded in building from source, you're almost there: https://
github.com/JuliaLang/julia/pull/16899/files is literally a 1-line change, so 
you could just fire up an editor, make the same change in your own source, 
rebuild, and test.

Best,
--Tim


[julia-users] Re: Segfaults in SharedArrays

2016-06-26 Thread Nils Gudat
Oh well that would explain why it had no effect then - is there some 
version that contains this fix then? Would building the current 0.4.7+ 
master from source do? (Sorry, I've stuck strictly to stable versions so 
far so am not well versed in how the master branches work)


[julia-users] Re: Segfaults in SharedArrays

2016-06-25 Thread Andrew
I didn't see the SharedArray fix on the 0.4.6 commit log.

On Saturday, June 25, 2016 at 2:01:31 PM UTC-4, Nils Gudat wrote:
>
> No luck unfortunately on 0.4.6 either, so it seems the SharedArray fix 
> (assuming it made it into 0.4.6) didn't help.
> Any other ideas? How does one figure out the source of a segfault?
>


[julia-users] Re: Segfaults in SharedArrays

2016-06-25 Thread Nils Gudat
No luck unfortunately on 0.4.6 either, so it seems the SharedArray fix 
(assuming it made it into 0.4.6) didn't help.
Any other ideas? How does one figure out the source of a segfault?