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

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

[Octave-bug-tracker] [bug #57709] Octave crashes when changing sub-struc


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #57709] Octave crashes when changing sub-structure that is viewed in Variable Editor
Date: Fri, 31 Jan 2020 19:05:53 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #7, bug #57709 (project octave):

@Dennis:
Thanks for the info.

Intriguing, this has been working in the development version until recently.
I'll try some more binary installers (I made one ~ every 3 days) to see where
it started to crash.

A bit of experimenting shows that the VE doesn't like the size of a.b{1} to be
made smaller:

a.b{1} = {4 5 6} ## works fine
a.b{1} = {7 8}  ## crashes
a.b{1} = {9 10 11 12} ## works fine
but then:
a.b{1} = {1 2 3} ## crash


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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