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

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

[Octave-bug-tracker] [bug #44485] GUI: File | Exit from main menu doesn'


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44485] GUI: File | Exit from main menu doesn't work when Octave is busy
Date: Wed, 27 May 2020 21:25:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #52, bug #44485 (project octave):

Since this changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/c5c11b07598a

it has not been possible to interrupt long-running compiled functions.  So
another approach will be needed to handle those.  But it should be possible to
interrupt any interpreted code so exiting while Octave is executing
interpreted code should be possible.

If we want to fix the problem of interrupting long-running compiled code
safely, then I think the best bet might be to create a separate thread to
evaluate that code so that an interrupt can simply cancel the thread.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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