You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Using Nextor 2.12, allocating a new 512 block to an existing open file seems to cause immediate crash.
It happens easily with akid, when editing a file an saving changes after adding enough text to pass the next 512 byte boundary in file length.
Steps to reproduce:
Create a file in akid with close to 512 bytes, i.e. 510 bytes, then save it and check the file size
Edit it again and add some more bytes to cross the boundary of 512 bytes
Nextor hangs, some times even causing a reboot. File is modified but remains in previous size or truncated in the 512 byte boundary (no new blocks seem to have been allocated?)
The test is done in a fat16 partition <- fat12 seems to fail just the same
The file size boundary does not need to require a new cluster (it happens with in-cluster increase too)
(Example file included)
Hi,
Using Nextor 2.12, allocating a new 512 block to an existing open file seems to cause immediate crash.
It happens easily with akid, when editing a file an saving changes after adding enough text to pass the next 512 byte boundary in file length.
Steps to reproduce:
in a fat16 partition<- fat12 seems to fail just the same(Example file included)
TEST1.TXT
The text was updated successfully, but these errors were encountered: