Why are all but one failure shown using the same CPU core? There is a failure on core 14 as well, so it’s not that it only uses one core. Are they more spread out if you scroll?
Idk if that means anything, but it would definitely have me double checking things like timing. I’d expect true failures to be less tied to specific CPU cores.
There’s only 11 out of 1894 errors being displayed. Each core starts the test at a different address, so it’s probably core 6 was the last to hit a bad area.
Why are all but one failure shown using the same CPU core? There is a failure on core 14 as well, so it’s not that it only uses one core. Are they more spread out if you scroll?
Idk if that means anything, but it would definitely have me double checking things like timing. I’d expect true failures to be less tied to specific CPU cores.
There’s only 11 out of 1894 errors being displayed. Each core starts the test at a different address, so it’s probably core 6 was the last to hit a bad area.
That makes sense, thx