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

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

[Octave-bug-tracker] [bug #31942] Save/load single precision variables w


From: anonymous
Subject: [Octave-bug-tracker] [bug #31942] Save/load single precision variables with MATLAB data format fails
Date: Tue, 21 Dec 2010 15:54:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.12) Gecko/20101026 SUSE/3.6.12-0.7.1 Firefox/3.6.12

URL:
  <http://savannah.gnu.org/bugs/?31942>

                 Summary: Save/load single precision variables with MATLAB
data format fails
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue Dec 21 15:54:32 2010
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In Octave devel (3.3.54+), the following crashes:

clear a;
a.field=single(1);
save a.mat a -v6;
load a.mat

returns:

error: load: invalid element type = 0
error: load: trouble reading binary file `a.mat'

while it works fine with current stable version (3.2.4).

It seems to be due to a bug with the handling of single precision variables.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31942>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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