octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47632] no tracebacks


From: Muhali
Subject: [Octave-bug-tracker] [bug #47632] no tracebacks
Date: Wed, 06 Apr 2016 17:14:45 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/bugs/?47632>

                 Summary: no tracebacks
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Wed 06 Apr 2016 10:14:44 AM PDT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

It seems that bug 44862 <http://savannah.gnu.org/bugs/?44862> has resurfaced
in the current development version.

Executing testScript.m


a=1;
a(2);


gives in the stable version

%:~> /usr/local/octave/bin/octave-cli testScript.m 
error: testScript.m: A(I): index out of bounds; value 2 out of bound 1
error: called from
    testScript.m at line 2 column 1

and in the dev version

%:~> /usr/local/octave-dev/bin/octave-cli testScript.m 
error: a(2): out of bound 1
error: execution exception in testScript.m





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47632>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]