bugGNU Octave - Bugs: bug #59631, Octave fails to call overloaded...

 
 

bug #59631: Octave fails to call overloaded bsxun

Submitter:  Julien Bect <jbect>
Submitted:  Mon 07 Dec 2020 08:37:19 AM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 6.1.0 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 07 Dec 2020 08:50:36 AM UTC, comment #2: 

Oh yes, thank you Markus, this is indeed exactly the same problem.

Julien Bect <jbect>
Mon 07 Dec 2020 08:43:01 AM UTC, comment #1: 

This looks like a duplicate of bug #59617.

Closing report. But if you believe this is something different, please comment, and we'll re-open.

Markus Mützel <mmuetzel>
Group administrator
Mon 07 Dec 2020 08:37:19 AM UTC, original submission:  

The following snippet fails in Octave 6.1.0:


pkg load stk
x = stk_dataframe (rand (4, 3));
y = rand (4, 3);
z = bsxfun (@plus, x, y);


Instead of calling @stk_dataframe/bsxfun, which does exist, Octave calls the base bsxfun function, which calls @stk_dataframe/plus, which is supposed to call @stk_dataframe/bsxfun but ends up calling the base bsxfun again...

Result: max_recursion_depth exceeded

@++
Julien

NB: I have test on Windows 10, but the Debian Octav Group has reported the same issue, which is why I have indicated "OS: Any".

Julien Bect <jbect>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  • -email is unavailable- added by jbect (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
    2020-12-07 mmuetzel StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #59617

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code