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

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

[Octave-bug-tracker] [bug #32682] Segmentation fault in "title" when plo


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #32682] Segmentation fault in "title" when plotting surf with very large elevation
Date: Wed, 06 Apr 2011 05:40:51 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20100101 Firefox/4.0

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

I "fixed" the seg fault reported below by:
change line 5118 of graphics.cc from;

  for (int i = 0; i < n; i++)
to
  for (int i = 1; i < n; i++)


I only guessed at this working, but it does.
A more serious fix is called for.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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