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

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

[Octave-bug-tracker] [bug #54431] GUI crashes in execution of script usi


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54431] GUI crashes in execution of script using control tf objects
Date: Sat, 4 Aug 2018 15:22:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #11, bug #54431 (project octave):

The following much simpler script demonstrates the crash on my system.


pkg load control
sys = tf (1, [1, 1]);
for i = 1:10
  clear nosuchvariable
endfor


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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