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

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

[Octave-bug-tracker] [bug #55431] Figure window cannot be closed in a lo


From: Lars Kindermann
Subject: [Octave-bug-tracker] [bug #55431] Figure window cannot be closed in a loop and trying to do so crashes Octave after Ctrl-C
Date: Wed, 9 Jan 2019 18:41:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

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

                 Summary: Figure window cannot be closed in a loop and trying
to do so crashes Octave after Ctrl-C
                 Project: GNU Octave
            Submitted by: larskindermann
            Submitted on: Wed 09 Jan 2019 11:41:37 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.0.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In MATLAB I frequently used a construct like this:


figure(1)
while isfigure(1)
 data=rand(100,1);
 plot(data);
 drawnow
 pause(1)
end

 
Closing the figure window should terminate the loop.

But in Octave clicking the close button seems to have no effect.

But afterwards, when terminating the loop with Ctrl-C, Octave immediately
crashes with a segfault.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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