<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - listvarinfile() misses listing arrays of struct, and then locks the file."
   href="http://bugzilla.scilab.org/show_bug.cgi?id=15502">bug 15502</a>
                <br><br>
                ---------- Bug Summary ----------- <br>listvarinfile() misses listing arrays of struct, and then locks the file. <br><br>

          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>adeline.carnis@scilab-enterprises.com
           </td>
         </tr></table>
      <p>
        <div>

            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - listvarinfile() misses listing arrays of struct, and then locks the file."
   href="http://bugzilla.scilab.org/show_bug.cgi?id=15502#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - listvarinfile() misses listing arrays of struct, and then locks the file."
   href="http://bugzilla.scilab.org/show_bug.cgi?id=15502">bug 15502</a>
              from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
        <pre>[<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 <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - listvarinfile: wrong/missing infos about compiled functions, handles and structures"
   href="show_bug.cgi?id=12529">bug 12529</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>