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: Nitzan Arazi
Subject: [Octave-bug-tracker] [bug #34822] Mingw panics on a simple complex product
Date: Mon, 14 Nov 2011 19:40:48 +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

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

                 Summary: Mingw panics on a simple complex product
                 Project: GNU Octave
            Submitted by: nitnit
            Submitted on: Mon 14 Nov 2011 07:40:47 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Nitzan Arazi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

On mingw 3.4.3 and 3.4.2, win7-x64, no packages loaded,
running the following code cause a segmentation violation:


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

The crash may happen also when running several time with smaller m:


m=100;
n=32;
for ii=1:1000
  ii
  temp=randn(m,n)+i*randn(m,n);
  b=temp'*temp;
end
m=200;
n=32;
for ii=1:1000
  ii
  temp=randn(m,n)+i*randn(m,n);
  b=temp'*temp;
end
+verbatim-

On my system, the crash occurs on the second loop when ii=11.





    _______________________________________________________

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]