octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #34822] Mingw panics on a simple complex produ


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34822] Mingw panics on a simple complex product
Date: Wed, 16 Nov 2011 03:20:53 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.120 Safari/535.2

Follow-up Comment #2, bug #34822 (project octave):

I have confirmed that


m=10000;
n=32;
temp=randn(m,n)+i*randn(m,n);
b=temp'*temp;


caused segfault.

However, I have replaced libblas.dll by produced by Openblas on my computer
(core-i5, win 7 64bit).


octave:1> m=10000;
octave:2> n=32;
octave:3> temp=randn(m,n)+i*randn(m,n);
octave:4> b=temp'*temp;
octave:5>

Segfault did not occur.
I have not been successful result building the ATLAS on my computer.

I did

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34822>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]