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

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

[Octave-bug-tracker] [bug #45604] Windows XP Octave 4.0.0 plot crashes


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #45604] Windows XP Octave 4.0.0 plot crashes
Date: Fri, 24 Jul 2015 04:40:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #6, bug #45604 (project octave):

OK, then this likely is not an opengl/Qt issue.  So, I'm going to bounce the
problem with

warning: opengl_selector::select: selection buffer overflow

over to bug https://savannah.gnu.org/bugs/?45540 under the assumption that it
is a separate issue.

The crash problem might be a segmentation fault with assigning memory hunks
for the large number of curves in the plot.

You could maybe try a few things that might give some insight to what is
wrong.  For example, you could starting with a low number of curves, say


x=100
y=1:100


and increase/decrease the number to see if/when a failure occurs.

You might try looking at the properties of the plot/axes to see if there are
any clues, e.g.,


get(gca)
kids = get(gca, 'Children');
get(kids(1))


Probably won't lead to much but any clue helps.  I'm just surprised how long
even 100 curves takes to plot.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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