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

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

[Octave-bug-tracker] [bug #46455] Input bug for .m function


From: andrefou
Subject: [Octave-bug-tracker] [bug #46455] Input bug for .m function
Date: Mon, 16 Nov 2015 10:57:09 +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/?46455>

                 Summary: Input bug for .m function
                 Project: GNU Octave
            Submitted by: andreff92
            Submitted on: Mon 16 Nov 2015 10:57:08 AM GMT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Installation Failure
                  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 build system, For some reason when I try on some
function.m file
result=function('a String')
the function returns  A(I): index out of bounds; value %% out of bound %%

But if the result do not depend on the input
result=function(a number)
would work and
result=function('a String')
wouldnt with the same error  A(I): index out of bounds triggered.

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=function1('a String')
would work

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). 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 Fougeront




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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