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: Rik
Subject: [Octave-bug-tracker] [bug #59599] movmean crashes Octave
Date: Fri, 4 Dec 2020 17:54:30 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

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

Good results (in that they at least point towards further actions to take). 
It's possible that there are two problems here.  The immediate issue is LLVM
and whether they are stealing errors intended for Octave.

The second issue is that the idx_vector code may be unprotected against a
thrown error while the Array class is better protected.

@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]