|
From: | andrefou |
Subject: | [Octave-bug-tracker] [bug #46530] String input returns on any kind of function A(I): index out of bounds triggered. |
Date: | Tue, 01 Dec 2015 13:53:41 +0000 |
User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 |
Follow-up Comment #9, bug #46530 (project octave): Hello! The change of the function script deleted the bug for a while but it came back today! I guess it was not the real issue and may still have an issue on string inputs randomly on any function taking back my error example I could add other error message alike: >> result1=function1('/home/andrefougeront/clone/search-workers/image-processing/algo/set_of_images/compression_niv10-100/compresse10/01a10.jpg') error: A(I): index out of bounds; value 119 out of bound 1 >> result1=function1('xyzù') error: A(I): index out of bounds; value 195 out of bound 1 >> result1=function1('xzù') error: A(I): index out of bounds; value 195 out of bound 1 >> result1=function1('xyzùy') error: A(I): index out of bounds; value 195 out of bound 1 >> result1=function1('aaaaaabcdnaxv') error: A(I): index out of bounds; value 120 out of bound 1 Please let me know if you have any other idea, I'm pretty sure should not come from the function script. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?46530> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |