<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hello Philippe,<br>
<br>
No problem for me.<br>
You may have used listvarinfile() at a moment during your trials
or work.<br>
listvarinfile()<a
href="http://bugzilla.scilab.org/show_bug.cgi?id=14369"> left
the file locked</a>. This was very likely the cause of the
forthcoming save() error.<br>
This listvarinfile() bug was fixed 2 weeks ago.<br>
<br>
Best regards<br>
Samuel<br>
<br>
Le 27/08/2018 à 10:51, philippe a écrit :<br>
</div>
<blockquote cite="mid:pm0duf$74f$1@blaine.gmane.org" type="cite">
<pre wrap="">Hi,
Running the example of man page for "save" to create an *.sod file
yields an error in scilab-6.0.1 and ubuntu 18.04 (see below) .
It looks like there is no report for this bug on bugzilla ?
Best regards,
Philippe.
-> a=eye(2,2);b=ones(a);
--> save("val.sod", "a", "b");
save : Impossible d'exporter la variable 'a' dans le fichier 'val.sod'.</pre>
</blockquote>
<br>
<br>
<blockquote cite="mid:pm0duf$74f$1@blaine.gmane.org" type="cite">
<pre wrap="">
--> clear a
--> clear b
--> load("val.sod", "a", "b");
load : Impossible d'ouvrir le fichier 'val.sod'.
Version de Scilab : 6.0.1.1518683525
Système d'exploitation : Linux 4.15.0-33-generic
Version Java : 1.8.0_181
Informations sur l'environnement d'exécution Java : OpenJDK Runtime
Environment (build 1.8.0_181-8u181-b13-0ubuntu0.18.04.1-b13)
Informations sur la machine virtuelle Java : OpenJDK 64-Bit Server VM
(build 25.181-b13, mixed mode)
Spécifications du fabricant : Oracle Corporation
_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<p><br>
</p>
</body>
</html>