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

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

[Octave-bug-tracker] [bug #59599] movmean crashes Octave


From: Evangelos Rozos
Subject: [Octave-bug-tracker] [bug #59599] movmean crashes Octave
Date: Sat, 5 Dec 2020 04:06:09 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36

Follow-up Comment #17, bug #59599 (project octave):


x = rand (5.7e7,1);


works OK, returns a vector stored to x.


x = rand (5.7e9,1);
error: out of memory or dimension too large for Octave's index type




[comment #16 comment #16:]
> @Evangelos: Could you try this additional test?
> 
> 
> x = rand (5.7e7,1);
> 
> 
> This will test if the Array class is also affected.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59599>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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