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 >
