octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #59591] Error when saving a MAT file with -v6


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59591] Error when saving a MAT file with -v6
Date: Wed, 2 Dec 2020 09:49:36 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36 Edg/87.0.664.47

Update of bug #59591 (project octave):

                  Status:                    None => Confirmed              
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.

An example that is probably easier to reproduce (because it doesn't involve
classes) is the following:

c.a = 'xx';
c.d = '';
save test_struct_oct7.mat c -v6
load test_struct_oct7.mat


The error message is the same as in the original report.

This also errors:

c.a = 'xx';
c.d = 1;
save test_struct2_oct7.mat c -v6
load test_struct2_oct7.mat


This does not:

c.a = 1;
c.d = 1;
save test_struct3_oct7.mat c -v6
load test_struct3_oct7.mat


It looks like there is an error if strings are saved in fields.

Might be related to this change:
https://hg.savannah.gnu.org/hgweb/octave/rev/d13ad9dc9348

I'll try to have a look at this soon.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59591>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]