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

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

[Octave-bug-tracker] [bug #55940] pause() takes too long if you call it


From: Rik
Subject: [Octave-bug-tracker] [bug #55940] pause() takes too long if you call it a bunch
Date: Wed, 20 Mar 2019 13:39:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #35, bug #55940 (project octave):

I don't see much in the dtruss log that helps me pinpoint anything.

If it is a process scheduling issue, what happens if you give it an increased
priority using the nice shell command?

Steps to try

1) start Octave
2) Find PID of Octave in another terminal
3) renice -n -20 -p PID
4) now run delay.oct file in Octave

Also, another guess at something to try, maybe there is an interaction with
the Readline event hook.

Try starting octave like so


octave -f -q --no-line-editing


and then running the delay.oct file.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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