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

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

[Octave-bug-tracker] [bug #46053] axes in uipanel segfaults


From: jsh
Subject: [Octave-bug-tracker] [bug #46053] axes in uipanel segfaults
Date: Sat, 26 Sep 2015 02:08:27 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0

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

                 Summary: axes in uipanel segfaults
                 Project: GNU Octave
            Submitted by: jsh
            Submitted on: Sat 26 Sep 2015 02:08:26 AM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In the latest dev build I get immediate segfault if I put an axes in an
uipanel and move the mouse pointer over it (I guess raises focus of the
figure). This worked fine in the 4.0 release so something must have changed.


f = figure();
p = uipanel( 'parent', f );
ax = axes( 'parent', p );


Note that this seems to work fine (axes has figure as parent).


f = figure();
p = uipanel( 'parent', f );
ax = axes( 'parent', f );






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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