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: Sun, 29 Aug 2021 16:07:16 -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

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

                 Summary: infinite warning loop - opengl renderer - data
greater than float capacity
                 Project: GNU Octave
            Submitted by: nrjank
            Submitted on: Sun 29 Aug 2021 04:07:14 PM EDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: Nicholas Jankowski
        Originator Email: 
             Open/Closed: Open
                 Release: 6.3.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

looking at a bug report on the opengl plotting precision limits, I was running
one of the simple test plots:


x = [1e38:1e38:1e39];
plot(x)


and it triggers an infinite warning loop.  After creating the figure, before
drawing the axes, it hits


warning: opengl_renderer: data values greater than float capacity.  (1) Scale
data, or (2) Use gnuplot


this warning repeats ad infinitum any time you click on the figure window, and
the interpreter is stuck until you escape with a Ctrl-C.  .  Checked in both
CLI and gui with qt toolkit.

I know there are quite a few bug reports related to the general opengl
plotting precision issue, but didn't see this particular issue with the
warning message. please close if duplicate or if should be attached to one of
the other bugs.




    _______________________________________________________

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]