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: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #56783] Octave-5.1.0 on FreeBSD 12: crash with simple surf plot.
Date: Wed, 21 Aug 2019 23:04:29 -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

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

Some news from the OP in bug #56793: 

> How to reproduce: 
> 1. Create a file x.m with these lines: 
> xd=linspace(-1,1); 
> yd=linspace(0,2*pi); 
> [x,y]=meshgrid(xd,yd); 
> z=x.*cos(y); 
> surf(x,y,z) 
>
> 2. Run the command: octave x.m: 
> $ octave y.m 
> Illegal instruction 
>
> The same lines work fine when typed into the GUI version of octave. 
>
> It briefly shows the window before failing. 
>
> octave-5.1.0_6 installed from the FreeBSD package on FreeBSD 12 amd64. 


    _______________________________________________________

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]