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: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63803] Saving causes OOM, crash, and loss of already saved data
Date: Sat, 6 May 2023 04:56:03 -0400 (EDT)

Follow-up Comment #36, bug #63803 (project octave):

Thanks for testing.

What is the expected behavior for something like the following (i.e., the
target file is an existing directory or vice versa)?

fid = fopen('file1', 'w'); fclose(fid);
mkdir('file2');
rename('file1', 'file2')

mkdir('file3');
fid = fopen('file4', 'w'); fclose(fid);
rename('file3', 'file4')




    _______________________________________________________

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]