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

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

[Octave-bug-tracker] [bug #46530] String input returns on any kind of fu


From: andrefou
Subject: [Octave-bug-tracker] [bug #46530] String input returns on any kind of function A(I): index out of bounds triggered.
Date: Wed, 25 Nov 2015 13:56:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

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

                 Summary: String input returns on any kind of function A(I):
index out of bounds triggered.
                 Project: GNU Octave
            Submitted by: andreff92
            Submitted on: Wed 25 Nov 2015 01:56:58 PM GMT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Andre F
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello,
My issue is linked with my function call system, I am facing a bug that
prevent me to use some function more than once before relaunching octave.

This bug do not depends on the function script, any function simple or not
will trigger this bug if the input is a String (it wouldn t if it is an
integer).

As an example starting at the second call of the function:
result=function('a String')
the function returns A(I): index out of bounds; value %% out of bound %%
And this value will change with the String size. 


Moreover, I can also avoid the error by changing the name of the function and
function file by for example call the function function1 and then
result=functionAnOtherName('a String')
would possibly work perfectly if I call it multiple time in a row.

So it is like my build is related to the issue and randomly create errors on
some functions that take string in input(it could be some random function with
random names). 

Giving the script of any function will not help because I try on multiple kind
of function clearly different (sometimes really simple like taking an input,
don t use it, and returning result=1)

Like the system fail to get the input string or something like that.

I reinstalled octave multiple time and it didn t change anything.
Any idea on what part of octave on an ubuntu system could be related to this
kind of bug?
Thank you,
Andre F





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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