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

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

[Octave-bug-tracker] [bug #49482] GL2PS buffer overflow


From: Clinton Winant
Subject: [Octave-bug-tracker] [bug #49482] GL2PS buffer overflow
Date: Mon, 31 Oct 2016 00:02:31 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #2, bug #49482 (project octave):

Same problem with 4.2.0-rc2, only for a slightly larger file size:


GNU Octave, version 4.2.0-rc2
Copyright (C) 2016 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

>> nx=400;x=linspace(0,2*pi,nx);
>> ny=400;y=linspace(0,2*pi,ny);
>> array=sin(x).*transpose(sin(y));
>> pcolor(x,y,array);
>> print("temp","-depslatexstandalone");
GL2PS info: OpenGL feedback buffer overflow
GL2PS info: OpenGL feedback buffer overflow
GL2PS info: OpenGL feedback buffer overflow
GL2PS info: OpenGL feedback buffer overflow

Isnt this a gl2ps issue rather than an octave issue??

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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