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

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

[Octave-bug-tracker] [bug #56976] pause() with no arguments returns imme


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #56976] pause() with no arguments returns immediately on Linux
Date: Sat, 5 Oct 2019 11:26:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

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

I played with the script:


disp("start")
pause
plot(1:3)
pause
plot(1:5)
pause
plot(1:10)
pause



and while it mostly works, at least once  I was able to trigger
the problem. So it appears to be intermittent. 
What happens if you make a separate script (say "mystart.m")
with disp("start") ; pause in it and run this script manually
before starting your main script?

Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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