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

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

[Octave-bug-tracker] [bug #60875] Save function doesn't warn when disk i


From: Dennis
Subject: [Octave-bug-tracker] [bug #60875] Save function doesn't warn when disk is full
Date: Sat, 3 Jul 2021 06:06:33 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?60875>

                 Summary: Save function doesn't warn when disk is full
                 Project: GNU Octave
            Submitted by: dizze
            Submitted on: Sat 03 Jul 2021 10:06:31 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

When saving a variable on a disk of limited size, and the disk runs out of
space during saving, no warning or error is given. Octave just returns to the
command prompt as if the save was successful.

Steps to repeat:
create a 10MB virtual drive (e.g. with veracrypt)


% create dummy variable that is bigger than 10MB
A = rand(1000,1000); % approx 20MB
save test.mat A







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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