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

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

[Octave-bug-tracker] [bug #51645] zoom to singular region dumps core


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #51645] zoom to singular region dumps core
Date: Wed, 2 Aug 2017 23:40:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #51645 (project octave):

I changed several of the error() to warning() to see what is trying to be
done.  It looks like the zoom attempts to set the two figure properties 


warning: set: "dataaspectratio" must be finite
warning: set: "dataaspectratio" must be finite
warning: invalid value for array property "dataaspectratio"
warning: set: "cameraviewangle" must be finite


It seems that this is a general property-setting construct, so I don't know if
changing the errors/warnings at this low level makes sense.  Instead, it
probably makes sense to find the location those boundary numbers are put into
the "set prop" code and first check that it is reasonable there.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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