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

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

[Octave-bug-tracker] [bug #45863] Octave crashes when clicking on polar


From: anonymous
Subject: [Octave-bug-tracker] [bug #45863] Octave crashes when clicking on polar plot using OpenGL
Date: Tue, 22 Sep 2015 13:11:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

Follow-up Comment #8, bug #45863 (project octave):

Hi, 

I think, I got the same problem.

I ran the inital polar example and clicking in the plot results in a crash
"octave exited with signal 11"

Also this example results in a crash of octave (when clicking in the plot):


w = -6 + sqrt(10) * (randn(1,10000));
# plot histogram
hist(w, 50);



It might be related:
I also can't save images.
The following script results in an immediate crash



t = [0:0.01:0.98];
y1 = sin(2*pi*4*t);

plot(t,y1);
print -dpng 'myplot.png';



Using:
- Arch Linux x64 (extra/octave 4.0.0-3 [installed])
- Octave 4.0.0
- Intel Graphics HD 5500 hardware
- extra/mesa-libgl 10.6.7-1 [installed]
- extra/mesa 10.6.7-1 [installed] 






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45863>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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