Changes between Initial Version and Version 1 of Ticket #17716, comment 15
- Timestamp:
- May 13, 2018 9:58:00 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17716, comment 15
initial v1 25 25 At the beginning of the first write offset (331874304) the data in the file matches the pwritev data. 26 26 27 After 4096 bytes the file ends however ( though I'm fairly certain that the data to be written was much longer than 4k) and the bytes there don't match anymore.27 After 4096 bytes the file ends however (should be 16k) and the bytes stop matching at some point within those 4k. 28 28 29 29 So it seems that the host gets stuck in what appears to be a loop writing to the file somewhere around this offset.