memtester Changelog

What's new in memtester 4.2.2

Jul 25, 2011
  • add progress message for one more errno value (EAGAIN) in response to failed mlock; BSDs use this to indicate the lock failed due to being over a system or process limit, much like ENOMEM.

New in memtester 4.2.1 (Oct 5, 2010)

  • Fix offsets/addresses were not being reported correctly in test failure messages. Thanks: Anton Sergeev.

New in memtester 4.2.0 (Jul 31, 2010)

  • define _FILE_OFFSET_BITS to 64 by default in conf-cc, which causes some 32-bit systems with larger-than-32-bit address spaces to have a 64-bit off_t, allowing testing of larger chunks of memory. Thanks to Steven A. Falco for the suggestion. Let me know if this definition causes problems for anyone.
  • add tests of 8-bit-wide and 16-bit-wide random writes, to enable verifying the correct operation of hardware. Thanks: Dick Hollenbeck. If these tests trigger unaligned access problems on your platform, you can eliminate these tests by removing the -DTEST_NARROW_WRITES definition from the conf-cc file.