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

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

[Octave-bug-tracker] [bug #51955] Variable editor action freezes command


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #51955] Variable editor action freezes command line window, won't exit
Date: Wed, 6 Sep 2017 23:20:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

URL:
  <http://savannah.gnu.org/bugs/?51955>

                 Summary: Variable editor action freezes command line window,
won't exit
                 Project: GNU Octave
            Submitted by: sebald
            Submitted on: Thu 07 Sep 2017 03:20:29 AM UTC
                Category: GUI
                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: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When I edit a variable in the Variable Editor, the Command Window interpreter
no longer accepts any keystrokes.  Other windows function, e.g., Editor.

I think once I typed in "tv" to the variable editor table for x, where


>> x = 500*eye(4)
x =

Diagonal Matrix

   500     0     0     0
     0   500     0     0
     0     0   500     0
     0     0     0   500


and saw a strange printout like "cannot edit that type of variable", but I
can't reproduce it to know exactly what the message was so that I may grep for
the code where it occurs.

When the Command Window freezes, there is no way to exit the GUI, except
resort to the system process termination.  In this bug report:

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

I added a timer which would allow escaping from this frozen scenario.  Of
course, that has nothing to do with the bug at hand.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51955>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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