[Bugzilla] [Bug 15502] Samuel GOUGEON has changed cc

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Sat Mar 24 18:43:05 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=15502
--------- Bug Summary -----------
listvarinfile() misses listing arrays of struct, and then locks the file.

---------- Changed by ------------
sgougeon at free.fr

---------- What changed ----------
cc


Samuel GOUGEON <sgougeon at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adeline.carnis at scilab-enter
                   |                            |prises.com

--- Comment #1 from Samuel GOUGEON <sgougeon at free.fr> ---
[<enter> pressed by error before the description. Describing the bug now:]

BUG DESCRIPTION:
----------------
--> clear s
--> s(2,3).r = %e;
--> path = TMPDIR+"/test.sod";
--> save(path, "s")
--> clear s
--> load(path)
 ans  =
  T
--> s
 s  = 
  2x3 struct array with fields:
    r
--> listvarinfile(path)
Name                     Type           Size            Bytes
-------------------------------------------------------------
 ans  =                                   <<<< No line printed for s
 s                                        <<<< "s" is well returned

--> save(path, "s")

save: Cannot open file TMPDIR\test.sod.   <<<< The file is kept locked. We must quit Scilab to unlock it


ERROR LOG:
----------
See above

HOW TO REPRODUCE THE BUG:
-------------------------
clear s
s(2,3).r = %e;
path = TMPDIR+"/test.sod";
save(path, "s")
clear s
load(path)
s
listvarinfile(path)
save(path, "s")


OTHER INFORMATION:
------------------
Found when retesting the bug 12529

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180324/a51c336f/attachment.htm>


More information about the Bugzilla mailing list