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

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

[Octave-bug-tracker] [bug #56783] Octave-5.1.0 crashes (attached script


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #56783] Octave-5.1.0 crashes (attached script to reproduce)
Date: Wed, 21 Aug 2019 22:54:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36

Update of bug #56783 (project octave):

                Category:                    None => Plotting with OpenGL   
                Priority:              5 - Normal => 3 - Low                
              Item Group:                    None => Segfault, Bus Error, etc.
                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #2:

Agree with Doug.  With the QT toolkit I have no problems using OpenSUSE and
versions 5.1.1, 5.1.0, 4.4.1, and 4.2.2.

Can you explain how did you install Octave and does your system has special
NVIDIA drivers or alike installed?

What is your graphics_toolkit when plotting?  Only when switching to "fltk" I
get problems, maybe related to bug #43183, but the crash should be avoided by
now.  "gnuplot" works fine either.


graphics_toolkit ("fltk")
xd=linspace(-1,1);
yd=linspace(0,2*pi);
[x,y]=meshgrid(xd,yd);
z=x.*cos(y*y);
surf(x,y,z)
Insufficient GL support
error: unable to plot due to insufficient OpenGL support


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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