bugGNU Octave - Bugs: bug #44097, getappdata: mixed output for...

 
 

bug #44097: getappdata: mixed output for multiple input handles

Submitter:  Pantxo Diribarne <pantxo>
Submitted:  Tue 27 Jan 2015 08:24:07 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  pantxo
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 27 Jan 2015 06:07:03 PM UTC, comment #1: 

Fixed with this changeset:
http://hg.savannah.gnu.org/hgweb/octave/rev/3da4b083e0b8

Closing bug report.

Pantxo Diribarne <pantxo>
Group Member
Tue 27 Jan 2015 08:24:07 AM UTC, original submission:  

The following code shows the bug:


axes (); axes (); axes ();
hax = get (gcf, "children")
setappdata (hax(2), "foo", "bar")
getappdata (hax, "foo")


Octave returns


ans =
{
  [1,1] = [](0x0)
  [2,1] = bar
  [3,1] = bar
}


while the third element of the cell array should also be empty.
Assigning this bug to myself.

Pantxo Diribarne <pantxo>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pantxo (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-01-27 pantxo StatusIn Progress Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code