[Bugzilla] [Bug 15501] New: listvarinfile() crashes Scilab when listing a cell array (regression)

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Sat Mar 24 18:27:08 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=15501
--------- Bug Summary -----------
listvarinfile() crashes Scilab when listing a cell array (regression)

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

---------- What changed ----------
bug_id, short_desc, product, version, rep_platform, op_sys, bug_status, bug_severity, priority, component, assigned_to, reporter


            Bug ID: 15501
           Summary: listvarinfile() crashes Scilab when listing a cell
                    array (regression)
           Product: Scilab software
           Version: 6.0.1
          Hardware: (not used)
                OS: All OS
            Status: NEW
          Severity: Major
          Priority: (field not used)
         Component: Scilab
          Assignee: bugzilla.admin at scilab.org
          Reporter: sgougeon at free.fr

BUG DESCRIPTION:
----------------
--> c = {%z^2, "abc", [%i 3]};
--> path = TMPDIR+"/test.sod";
--> save(path, "c")
--> clear c
--> load(path)
 ans  =
  T
--> c
 c  = 
  [1x1 polynomial]  [1x1 string]  [1x2 constant]

--> listvarinfile(path)
Name                     Type           Size            Bytes
-------------------------------------------------------------
==> CRASH (100% reproducible)


HOW TO REPRODUCE THE BUG:
-------------------------
c = {%z^2, "abc", [%i 3]};
path = TMPDIR+"/test.sod";
save(path, "c")
clear c
load(path)
c
listvarinfile(path)

-- 
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/c27ef960/attachment.htm>


More information about the Bugzilla mailing list