bugGNU Octave - Bugs: bug #49346, batch execution: line and column...

 
 

bug #49346: batch execution: line and column of error not displayed

Submitter:  None
Submitted:  Fri 14 Oct 2016 09:30:52 PM UTC
   
 
Category:  Interpreter Severity:  2 - Minor
Priority:  3 - Low Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 29 May 2017 08:21:17 AM UTC, comment #8: 

tested, thanks!

Fabio <efferre79>
Sun 28 May 2017 05:05:52 PM UTC, comment #7: 

Verified changesets on stable and default.  Marking as fixed and closing report.

Rik <rik5>
Group administrator
Sun 28 May 2017 04:09:48 PM UTC, comment #6: 

I checked in the following changesets to fix this on stable and default:

http://hg.savannah.gnu.org/hgweb/octave/rev/14b61de53028
http://hg.savannah.gnu.org/hgweb/octave/rev/94968aa621a8

John W. Eaton <jwe>
Group administrator
Sun 28 May 2017 11:49:11 AM UTC, comment #5: 

It would be good to have this bug solved because it's quite annoying

Fabio <efferre79>
Sat 27 May 2017 05:32:36 PM UTC, comment #4: 

Bug #51120 was reported for the same behavior.  Closed that report, but keeping this one open.

Rik <rik5>
Group administrator
Thu 27 Oct 2016 04:00:24 PM UTC, comment #3: 

Thanks for using bisect to find the problem.  I've added jwe to the CC list since he was the one who made that change.  I've also lowered the Priority since I think most people can survive with the current behavior.

Rik <rik5>
Group administrator
Thu 27 Oct 2016 12:03:55 PM UTC, comment #2: 

This change of behaviour was introduced in this changeset:

http://hg.savannah.gnu.org/hgweb/octave/rev/e0e2c2ce7e94

(using hg bisect)

A.R. Burgers <arb>
Sat 15 Oct 2016 12:08:28 AM UTC, comment #1: 

Confirmed.  This is a regression, or at least a change, from 4.0.3.

Rik <rik5>
Group administrator
Fri 14 Oct 2016 09:30:52 PM UTC, original submission:  

consider the following script buge.m


version
a = zeros(10);
a(:,1) = zeros(11,10);


octave buge.m gives this:


ans = 4.0.3
error: buge.m: A(I,J,...) = X: dimensions mismatch
error: called from
    buge.m at line 3 column 8



ans = 4.2.0-rc2
error: buge: =: nonconformant arguments (op1 is 10x1, op2 is 11x10)
error: execution exception in buge.m


In interactive mode 4.2.0-rc2 does display the line number:


ans = 4.2.0-rc2
error: buge: =: nonconformant arguments (op1 is 10x1, op2 is 11x10)
error: called from
    buge at line 3 column 8



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

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by efferre79 (Posted a comment)
  • -email is unavailable- added by mtmiller (Updated the item)
  • -email is unavailable- added by rik5
  • -email is unavailable- added by arb (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -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 12 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-05-28 rik5 StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2017-05-28 jwe StatusConfirmed Ready For Test
    2017-05-28 efferre79 Carbon-CopyRemoved efferre79 -
    2017-05-28 efferre79 Carbon-Copy- Added efferre79
    2017-05-27 rik5 Dependencies- bugs #51120 is dependent
    2016-11-17 mtmiller Severity3 - Normal 2 - Minor
        Release4.2.0-rc2 4.2.0
    2016-10-27 rik5 Priority5 - Normal 3 - Low
        Carbon-Copy- Added jwe
    2016-10-15 rik5 Item GroupIncorrect Result Regression
        StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code