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

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

[Octave-bug-tracker] [bug #63803] Saving causes OOM, crash, and loss of


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #63803] Saving causes OOM, crash, and loss of already saved data
Date: Thu, 23 Feb 2023 08:05:27 -0500 (EST)

Update of bug #63803 (project octave):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #28:

The technique of writing to a temp file and then renaming that as the desired
file breaks the case where "-append" is passed as an input option.

Reopening as in progress.

1. Should we do the temp file technique only for cases without "-append"?

2. Or should we copy the old file (if it exists) to the temp file, write to
it, which will preserve "-append" behavior if given, then rename the temp file
at the end? 

Was this solved for the GUI case? Where is that code located?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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