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

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

[Octave-bug-tracker] [bug #61088] infinite warning loop - opengl rendere


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #61088] infinite warning loop - opengl renderer - data greater than float capacity
Date: Wed, 1 Sep 2021 14:51:59 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

Follow-up Comment #3, bug #61088 (project octave):

ok. so on windows in Octave 6.3.0, Octave 6.3.1 - and 6.3.1 mxe default   (hg
id: d3298a58049e Mon, Aug 30, 2021)

the behavior is all the same.  the plot never appears in the figure window.
the message appears once after the plot command, and then every time the
window is interacted with.  the CLI never shows a prompt again (making me
think control hadn't been returned), but typing does elicit a response, after
which it shows the prompt. see:


>> plot(x)
>> warning: opengl_renderer: data values greater than fl
oat capacity.  (1) Scale data, or (2) Use gnuplot
warning: opengl_renderer: data values greater than float
 capacity.  (1) Scale data, or (2) Use gnuplot
warning: opengl_renderer: data values greater than float
 capacity.  (1) Scale data, or (2) Use gnuplot
abc
error: 'abc' undefined near line 1, column 1
>>


so, something is different on windows that is both preventing it from acutally
drawing the plot, and preventing it from showing the prompt again in the CLI. 
 haven't stepped through m files yet.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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