Can you also try the 7.0.1003.zip release Keith linked to above.
In the V7.0 release of MemTest86 we changed the internal clock we are using to measure various things. As background: a modern PC has a variety of internal timers and clocks that can be used by software. Any misbehaviour by the clock can result in things happening at the wrong speed or measurements like the CPU clock speed being wrong. For a long long time MemTest86 used a timer in the Programmable Interval Timer (PIT) chip. Every PC made in the last 20+ years has one of these and they all had the same interface, until recently. A very small number of new PCs don't have a PIT. So in MemTest86 V7 we now use the High Precision Event Timer (HPET) by default, and the PIT if a HPET can't be found.
Unfortunately on a few machines, the HPET was available didn't return values we expected, which we suspect caused some of the above issues. In the next patch release we are a bit more careful in using the HPET, plus we added fallback mechanism to use the legacy PIT to measure the clock speed if the measured CPU clock speed using HPET is unreasonable.
In the V7.0 release of MemTest86 we changed the internal clock we are using to measure various things. As background: a modern PC has a variety of internal timers and clocks that can be used by software. Any misbehaviour by the clock can result in things happening at the wrong speed or measurements like the CPU clock speed being wrong. For a long long time MemTest86 used a timer in the Programmable Interval Timer (PIT) chip. Every PC made in the last 20+ years has one of these and they all had the same interface, until recently. A very small number of new PCs don't have a PIT. So in MemTest86 V7 we now use the High Precision Event Timer (HPET) by default, and the PIT if a HPET can't be found.
Unfortunately on a few machines, the HPET was available didn't return values we expected, which we suspect caused some of the above issues. In the next patch release we are a bit more careful in using the HPET, plus we added fallback mechanism to use the legacy PIT to measure the clock speed if the measured CPU clock speed using HPET is unreasonable.
Comment