Changes between Initial Version and Version 1 of Ticket #32, comment 8
- Timestamp:
- Jun 10, 2013, 8:31:11 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32, comment 8
initial v1 1 1 I modified my test program to dump out a map of the individual pages (but in a RLE format) to try to zero in on the truncated file test. This gave me these odd results: 2 2 3 {{{ 3 4 truncated file: expected 16384 super / 0 small, found 15360 / 1009 4 5 Dump of truncated file: … … 8 9 512: small 9 10 11 }}} 12 10 13 I then added a sanity dump before the prefault step (so the file should be empty and have no pages) and I got this: 11 14 15 {{{ 12 16 Dump of before prefault: 13 17 16380: not in RAM … … 20 24 512: small 21 25 26 }}} 27 22 28 I tried changing the prefaulting code to touch every byte instead of the first byte in each page to see if I somehow had a bug in my loop, but it made no difference.
