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

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

[Octave-bug-tracker] [bug #58454] GUI cannot save files or exit if 'Comm


From: Daniel Molina García
Subject: [Octave-bug-tracker] [bug #58454] GUI cannot save files or exit if 'Command window' is computing or paused
Date: Wed, 27 May 2020 11:49:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

URL:
  <https://savannah.gnu.org/bugs/?58454>

                 Summary: GUI cannot save files or exit if 'Command window' is
computing or paused
                 Project: GNU Octave
            Submitted by: dmolina
            Submitted on: Wed 27 May 2020 03:49:41 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Octave GUI waits until 'Command window' finishes before performing some
actions indicated by the user meanwhile. In particular, "saving a file in
'Editor'" or "exiting the Octave GUI".

How to reproduce it:

1.Type


>> pause


or something computationally expensive which will not finish before you ask
the action to the GUI.


>> for i = 1:1e8; a=i; endfor


2. Ask the GUI to exit or save a file.

When the command finishes (for example by pressing Ctrl+C), all previously
indicated actions are then correctly performed.

I think it is an undesired behavior. First times I faced it I didn't
understand why the GUI was not responding. If it is intended, I think it would
be helpful a dialog informing about why Octave GUI isn't doing what I intend.
Then I could act consequently.

I describe an use case to show why it was confusing to me:

I have an Cctave program with some "pause" commands to check some intermediate
results. I notice that results are wrong so I modify the file and try to save
it without caring about finishing execution of paused octave program, Saving
is not responding and I cannot realize why. I think Octave has some problems
so I try to exit and launch Octave GUI again, but exiting does not work. I
don't know how to proceed then.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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