Re: [Rd] Matrix inner product crashes on x86_64 (PR#8715)

2006-03-27 Thread jtlindgr
On Mon, 27 Mar 2006, Prof Brian Ripley wrote: > Not reproducible for me (and do you really think that something as simple as > this would not have been found on x86_64 long before now?) > This is almost certainly caused by your use of an inappropriate external BLAS. > Something has probably been c

[Rd] Matrix inner product crashes on x86_64 (PR#8715)

2006-03-27 Thread jtlindgr
Matrix inner product seems to crash R2.2.1 on a 64bit arch. More precisely, the crash happens atleast if the matrix is non-square. The bug can be reproduced (atleast here) with bash$ bin/R > X<-matrix(data=0,nrow=100,ncol=10); > mat<-X%*%t(X); Illegal instruction bash$ The crash doesnt happen