bugGNU Octave - Bugs: bug #52134, Octave hangs when loading a...

 
 

bug #52134: Octave hangs when loading a function handle

Submitter:  Marco Caliari <caliari>
Submitted:  Thu 28 Sep 2017 06:31:10 AM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 28 Sep 2017 04:33:07 PM UTC, comment #3: 

Sorry, I meant that it is any anonymous function handle that references an Octave named function.

Mike Miller <mtmiller>
Group Member
Thu 28 Sep 2017 04:30:54 PM UTC, comment #2: 

Yes, any function handle. This has been reported already and not yet fixed, see bug #51375. Closing as a duplicate.

Mike Miller <mtmiller>
Group Member
Thu 28 Sep 2017 03:20:28 PM UTC, comment #1: 

Does saving and loading of any sort of function handle (not just anonymous function) work?  You might try a search because I think this is a known problem.

Rik <rik5>
Group administrator
Thu 28 Sep 2017 06:31:10 AM UTC, original submission:  

If I try this sequence


f=@(t) sin(t);
save 'data.dat'
clear all
load 'data.dat'
f(1)


octave-dev hangs (while 4.2.1 is fine). No problem if I change f to something like @(t) t;

Marco Caliari <caliari>
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

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by caliari (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-09-28 mtmiller Dependencies- Depends on bugs #51375
    2017-09-28 mtmiller StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code