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

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

[Octave-bug-tracker] [bug #55670] [mxe octave] of-control-1-deprecated.p


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #55670] [mxe octave] of-control-1-deprecated.patch makes control pkg buggy
Date: Tue, 12 Feb 2019 13:18:34 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #10, bug #55670 (project octave):

The crash doesn't seem to be reproducible 100% of the time. Yesterday using
"runtest" on the folder where control is installed crashed every time.
Today running the single tests, I couldn't trigger the crash. Also using
runtest succeeds most of the time. I see one failing test in damp:

>> test damp
***** test
 A = [-1,  0,  0;
       0, -2,  0;
       0,  0, -3 ];

 Wn_exp = [1;
           2;
           3 ];

 zeta_exp = [1;
             1;
             1 ];

 P_exp = [-1;
          -2;
          -3 ];

 [Wn_obs, zeta_obs, P_obs] = damp (A);

 assert (Wn_obs, Wn_exp, 0);
 assert (zeta_obs, zeta_exp, 0);
 assert (P_obs, P_exp, 0);
!!!!! test failed
'pole' undefined near line 85 column 7


Occasionally, I can also crash Octave 4.4.1 with runtests for control 3.1.0.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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