Re: [Scilab-users] EXCEPTION_ACCESS_VIOLATION error

2012-11-21 Thread Serge Steer
take care that i.*.ones(j) generates a vector of size 130321^2 which is near 2^34. With the current Scilab, the array dimensions (ans pointers) are stored in 32 bits integers. The crash is probably due to a missing test on dimensions in the kronecker product gateway. Butindependently of that yo

Re: [Scilab-users] EXCEPTION_ACCESS_VIOLATION error

2012-11-21 Thread Sylvestre Ledru
Hello Paul, On 21/11/2012 08:50, Paul Carrico wrote: > All, > > > > I had the following error : > Warning !!! > > Scilab has found a critical error (EXCEPTION_ACCESS_VIOLATION) > > with "kron" function. > > Save your data and restart Scilab. This is ugly. I can reproduce the problem under

[Scilab-users] EXCEPTION_ACCESS_VIOLATION error

2012-11-20 Thread Paul Carrico
All, I had the following error : -->i=[1:130321]'; -->size(i) ans = 130321.1. -->j=[1:130321]'; -->size(i.*.ones(j)) Warning !!! Scilab has found a critical error (EXCEPTION_ACCESS_VIOLATION) with "kron" function. Save your data and restart Scilab. ans = 130321