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

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

[Octave-bug-tracker] [bug #36275] Problem in loading saved data


From: Helios De Rosario
Subject: [Octave-bug-tracker] [bug #36275] Problem in loading saved data
Date: Mon, 23 Apr 2012 11:25:07 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20100101 Firefox/11.0

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

                 Summary: Problem in loading saved data
                 Project: GNU Octave
            Submitted by: heliosdr
            Submitted on: Mon Apr 23 11:25:06 2012
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Helios De Rosario
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Octave often fails when I try to load a previously saved data file. Example:

octave-3.6.1.exe:2> x=randn(100000,1)
octave-3.6.1.exe:3> save test.mat x
octave-3.6.1.exe:4> load test.mat
error: load: failed to load matrix constant
error: load: trouble reading ascii file `test.mat'
error: load: reading file test.mat

This does not happen with "lighter" data. E.g, this does work:

octave-3.6.1.exe:6> x=randn(100,1)
octave-3.6.1.exe:7> save test.mat x
octave-3.6.1.exe:8> load test.mat

But I have not found a consistent threshold for the size of the variable where
the error occurs.

This happens in my installation of Octave 3.6.1 for Windows Microsoft Visual
Studio 2010 (by Michael Goffioul), both in the CLI and in the experimental
GUI. No success in re-installing.

No problem with other installations of Octave (e.g. 3.4.3), or for data saved
in binary format.

Thanks for your attention,
Helios




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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