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

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

[Octave-bug-tracker] [bug #44875] Error "base_graphics_object::get_prope


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44875] Error "base_graphics_object::get_properties: invalid graphics object"
Date: Sat, 18 Apr 2015 21:15:43 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

URL:
  <http://savannah.gnu.org/bugs/?44875>

                 Summary: Error "base_graphics_object::get_properties: invalid
graphics object" 
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Sat 18 Apr 2015 09:15:42 PM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I've been observing an error  "base_graphics_object::get_properties: invalid
graphics object" for a while in a large-ish GUI, when clearing a figure of all
its objects, and this with 100% reproducibility. I've tried to trim down a
workable example, see below, but sadly, now, the issue is harder to reproduce
and the error appears more randomly. Try to copy-paste the following at the
Octave prompt, including the carriage return for the last line.




F = figure('MenuBar','none');
uimenu(F,'Label','Menu');
uipanel('Parent',F,...
        'Position',[0.1 0.1 0.8 0.8],...
        'BackgroundColor',[0.5 0 0]);

H = findall(allchild(F),'flat');

delete(H);




You should see this from time to time:


>> error: base_graphics_object::get_properties: invalid graphics object





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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