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 on FreeBSD 12: crash with


From: Yuri
Subject: [Octave-bug-tracker] [bug #56783] Octave-5.1.0 on FreeBSD 12: crash with simple surf plot.
Date: Wed, 21 Aug 2019 23:24:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #4, bug #56783 (project octave):

I installed octave-5.1.0_6 installed from the FreeBSD package on FreeBSD 12
amd64.

OpenGL works.

This script works:
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)

but this one crashes:
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)



    _______________________________________________________

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]