Advertisement
Guest User

Untitled

a guest
Feb 12th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. pagesize is 4096
  2. pagesizemask is 0xfffff000
  3. want 10MB (10485760 bytes)
  4. got 10MB (10485760 bytes), trying mlock ...locked.
  5. Loop 1:
  6. Stuck Address : ok
  7. Random Value : ok
  8. Compare XOR : ok
  9. Compare SUB : ok
  10. Compare MUL : ok
  11. Compare DIV : ok
  12. Compare OR : ok
  13. Compare AND : ok
  14. Sequential Increment: ok
  15. Solid Bits : testing 0WRITE FAILURE: 0xffffffff != 0xff8bffff at offset 0x004e4788 (solidbits).
  16. Block Sequential : testing 223WRITE FAILURE: 0xdfdedfdf != 0xdfdfdfdf at offset 0x00447000 (blockseq).
  17. Checkerboard : ok
  18. Bit Spread : testing 5WRITE FAILURE: 0xffffffdf != 0xffffff5f at offset 0x004981c4 (bitspread).
  19. Bit Flip : testing 0WRITE FAILURE: 0xfffffffe != 0xff00fffe at offset 0x004d6288 (bitflip).
  20. Walking Ones : testing 0WRITE FAILURE: 0xfffffffe != 0xff00fffe at offset 0x0026d03c (walkbits1).
  21. Walking Zeroes : ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement