julia> versioninfo() Julia Version 0.3.0-prerelease Platform Info: System: Linux (x86_64-linux-gnu) WORD_SIZE: 64 BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY) LAPACK: liblapack.so.3 LIBM: libopenlibm
julia> Kjetil On Fri, Jan 3, 2014 at 3:06 PM, Jiahao Chen <[email protected]> wrote: > What is the result of > versioninfo() > on the problematic build? I cannot reproduce this on master. > > > On Friday, January 3, 2014 7:51:12 AM UTC-5, Kjetil brinchmann Halvorsen > wrote: >> >> What is happening? This is linux Lubuntu 13.10 with latest julia >> (from nightlies PPA) >> and using JuliaStudio. >> >> Whenever I am using arrays, BoundsError() creeps up! >> >> julia> y = rand(8) >> >> BoundsError() >> >> >> julia> z = zeros(8) >> >> BoundsError() >> >> >> julia> x = [1., 2., 3., 4., 5.] >> >> BoundsError() >> >> >> ??? >> >> Kjetil
