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

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

[Octave-bug-tracker] [bug #32321] Vector corrupted after save/load


From: Chong Yidong
Subject: [Octave-bug-tracker] [bug #32321] Vector corrupted after save/load
Date: Tue, 01 Feb 2011 21:02:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b10pre) Gecko/20110120 Firefox-4.0/4.0b10pre

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

                 Summary: Vector corrupted after save/load
                 Project: GNU Octave
            Submitted by: cyd
            Submitted on: Tue 01 Feb 2011 09:02:52 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Chong Yidong
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I've observed this in Octave version 3.2.3 and 3.2.4; haven't had the chance
to try 3.3.x yet:

a = 0 + (1:2)
save ("-binary", "a.data", "a");
load ("-binary", "a.data", "a");
a

Result:
a =

   1   2

a =

   1   2   3

The vector "a" has changed after saving to disk and reloading.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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