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

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

[Octave-bug-tracker] [bug #40469] crash on graphics operation (clf only


From: Rik
Subject: [Octave-bug-tracker] [bug #40469] crash on graphics operation (clf only ?)
Date: Sun, 29 Jun 2014 19:17:24 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #14, bug #40469 (project octave):

I think the variable names are confusing in this regard.  The toolkit_flag is
a per-object flag seems to have been related to whether the object was
supported by the toolkit.  Now it seems to be an indication tha the graphic
object is a figure or menu and thus might contain sub-objects which need
updating.

If you want to experiment, change line 1940 of __init_fltk__.cc to


return true;


This will set the flag to true when the particular object, like line or
surface, is initialized.  It doesn't seem to make much difference to me in
terms of output, but maybe it will help with your segfault.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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