bugGNU Octave - Bugs: bug #43584, sum() errors out with "error:...

 
 

bug #43584: sum() errors out with "error: sum: invalid dimension DIM = 0" when input arrays are zeros

Submitter:  None
Submitted:  Wed 12 Nov 2014 03:24:24 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Ryan Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.2
Operating System:  * Other Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 12 Nov 2014 03:35:56 AM UTC, comment #1: 

Please ignore, operator was being stupid.

Anonymous
Wed 12 Nov 2014 03:24:24 AM UTC, original submission:  


octave:1> tmp1 = zeros(8192,1);
octave:2> tmp2 = zeros(8192,1);
octave:3> tmp3 = sum(tmp1, tmp2);
error: sum: invalid dimension DIM = 0


This is Octave on Cygwin64 (1.7.32-1)

Anonymous

 

(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 mtmiller (Updated the item)
  • -email is unavailable- added by None (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
    2014-11-12 mtmiller StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code