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

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

[Octave-bug-tracker] [bug #39240] row index out of bounds; value 61 out


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #39240] row index out of bounds; value 61 out of bound 1 when "x(1)=1; x/=1"
Date: Wed, 12 Jun 2013 12:42:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130515 Firefox/17.0 Iceweasel/17.0.6

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

                 Summary: row index out of bounds; value 61 out of bound 1
when "x(1)=1;x/=1"
                 Project: GNU Octave
            Submitted by: andy1978
            Submitted on: Mi 12 Jun 2013 12:42:55 GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Andreas Weber
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

default fd5a4b7f59f7

Shortest call:

ctave-build$ ./run-octave -q --no-gui
octave:1> x(1)=1;x/=1
error: A(I): index out of bounds; value 61 out of bound 1


Also from a script:

$ cat vvtest.m
vv(1) = 2;
vv /= 3
$ ./run-octave -q vvtest.m
error: vvtest.m: A(I,J): row index out of bounds; value 61 out of bound 1
error: called from:
error:   /home/andy/src/octave-build/vvtest.m at line 2, column 1

 
If you start octave on interactive mode an run vvtest, the same error is
shown.
Now touch the script vvtest.m while octave is running and execute
the script a second one. There is no error shown after this.

 
octave-build$ ./run-octave -q --no-gui
octave:1> vvtest
error: vvtest: A(I,J): row index out of bounds; value 61 out of bound 1
error: called from:
error:   /home/andy/src/octave-build/vvtest.m at line 2, column 1
octave:1> system("touch vvtest.m");
octave:2> vvtest
vv =  0.66667


The same bug also triggers "surfl(peaks)" to fail.
Regards, Andy




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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