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

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

[Octave-bug-tracker] [bug #46852] error gripe appearing when it seemingl


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #46852] error gripe appearing when it seemingly shouldn't during length()
Date: Fri, 08 Jan 2016 21:14:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

Follow-up Comment #1, bug #46852 (project octave):

117 is the ASCII code for 'u'.  Does that give any clues?  Usually when I see
out of bounds errors like this it is because a character string is being
interpreted as an index when it is not expected.  For example:


ls = 1;
ls ('u')


Exactly what hg id are you using?  I don't see where the "index out of bounds"
message is coming from.  However, the example code above does generate this
message when I run it with Octave 4.0.0.

Also, where is "writechars" defined?  I don't see it in the Octave or Octave
Forge sources.

Regardless of whether it is possible to create a simple test script, is is
possible to send something that can be used to duplicate the problem?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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