From bug-octave-request at che dot utexas dot edu Mon Aug 15 12:38:04 1994 Subject: Another crash From: Edward Scott Meadows To: bug-octave Date: Mon, 15 Aug 1994 12:37:45 -0500 vhist, rhist and lamhist are each matrices with leading dimension 500. I was trying to store the difference between each set of norms in normhist, which was previously defined as normhist=[]; octave:190> for ii=1:500; > for jj=ii:500; > norma=[norm(vhist(ii,:)-vhist(jj,:)),normhist(lam(ii,:)-lamhist(jj,:)),norm(r hist(ii,:)-rhist(jj,:))]; > normhist=[normhist;norma]; > end;end; /home/u3/jwe/src/octave/octave-local-1.0/src/tc-index.cc:363: failed assertion `(nr == 1 ' error: caught SIGILL -- stopping myself... june:39>