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

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

[Octave-bug-tracker] [bug #46981] Complete GUI crash when accessing inva


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #46981] Complete GUI crash when accessing invalid structure element
Date: Tue, 26 Jan 2016 11:31:44 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #46981 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

Hi,

Can you provide a sample code to demonstrate the bug? At least the following
does not lead to a crash on linux with octave 4.0 (with or without the GUI
enabled) but rather an expected error message:


str.foo = "bar";
foo = str.Foo
## -> error: structure has no member 'Foo'
foo = str.("Foo")
## -> error: structure has no member 'Foo'


I agree with you that case sensitivity for graphics properties is something we
should deal with at some point but this should be the subject of another bug
report.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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