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: Sunny Wong
Subject: [Octave-bug-tracker] [bug #45863] Octave crashes when clicking on polar plot using OpenGL
Date: Mon, 19 Oct 2015 12:00:08 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

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

In my opinion, it doesn't matter which type of plot someone uses.

I tried every example in this thread (resulting in a crash) :
For your example

clf ();
axes ("color", "none") 
## Multiple clicks inside the axes


Everything is fine. No crashs after dragging and multiple clicks (>30)



clf ();
axes ("color", "none") 
## Multiple clicks inside the axes
## Multiple clicks on the axes lines
set (gca (),"color", "r")
## Multiple clicks on the red area


Immediately crashes already after one click (tried multiple times .. always
crash after one click)


clf ();
axes ("color", "none") 
## Multiple clicks inside the axes
## Multiple clicks on the axes lines
set (gca (),"color", "r")
## Multiple clicks on the red area
patch ()
## Multiple clicks on the black area


Immediately crashes already after one click (tried multiple times .. always
crash after one click)




clf ();
axes ("color", "none") 
## Multiple clicks inside the axes
## Multiple clicks on the axes lines
set (gca (),"color", "r")
## Multiple clicks on the red area
patch ()
## Multiple clicks on the black area
cla ()
image ()
## Multiple clicks on the image ...


Either it crashes after 18-20 clicks, or on click 19-20 the following message
appears inside octave editor (then one more click results in a crash)

Mesa 11.0.3 implementation error: invalid target in
_swrast_choose_texture_sample_func
Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
Mesa 11.0.3 implementation error: invalid target in
_swrast_choose_texture_sample_func
Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa


I will also add an image which displays one of the last tries.

(file #35228)
    _______________________________________________________

Additional Item Attachment:

File name: octaveBug.png                  Size:73 KB


    _______________________________________________________

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]