|
| From: | Allan Jacobs |
| Subject: | [Octave-bug-tracker] [bug #41627] mlock function throws an error in 4.1.0+ dev build |
| Date: | Mon, 17 Feb 2014 18:39:51 +0000 |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 |
URL:
<http://savannah.gnu.org/bugs/?41627>
Summary: mlock function throws an error in 4.1.0+ dev build
Project: GNU Octave
Submitted by: allanjacobs
Submitted on: Mon 17 Feb 2014 06:39:49 PM GMT
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Regression
Status: None
Assigned to: None
Originator Name: allanjacobs
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
Source code was updated on Feb 16 14:58 (Pacific Time). The commands below
come straight out of section 11.9.6 in Octave documentation. mlock throws an
error when it should not.
>> version()
ans = 4.1.0+
>> clear all
>> function count_calls ()
persistent calls = 0;
printf ("'count_calls' has been called %d times\n",
++calls);
endfunction
>> mlock ("count_calls");
error: Invalid call to mlock. Correct usage is:
-- Built-in Function: mlock ()
Additional help for built-in functions and operators is
available in the online version of the manual. Use the command
'doc <topic>' to search the manual index.
Help and information about Octave is also available on the WWW
at http://www.octave.org and via the address@hidden
mailing list.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41627>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |