i#111 x64: enable 64-bit uninit read checking as default for Linux (#2036)

Changes 64-bit Linux to no longer have pattern mode be the default: instead
shadow-based full mode with uninitialized read checking is the default.
Windows is not quite ready for this yet.
Even on Linux we still have some major things like push, pop, and all esp
adjusts still on the slowpath.

Enables tests that were previously disabled for 64-bit.
Disables several tests that fail on Travis but pass locally: i#111 covers further investigation.

Issue: 111
6 files changed
tree: e4dd3f4bedd046613b8a09d9ed70785331f9d985
  1. common/
  2. docs/
  3. drfuzz/
  4. drheapstat/
  5. drltrace/
  6. drmemory/
  7. drstrace/
  8. drsymcache/
  9. drsyscall/
  10. framework/
  11. make/
  12. tests/
  13. third_party/
  14. tools/
  15. umbra/
  16. wininc/
  17. .appveyor.yml
  18. .gitmodules
  19. .travis.yml
  20. ACKNOWLEDGEMENTS
  21. CMakeLists.txt
  22. codereview.cmake
  23. CONTRIBUTING.md
  24. CTestConfig.cmake
  25. lgpl-2.1.txt
  26. license.txt
  27. package.cmake
  28. README
  29. README.md
README.md

Dr. Memory: the memory debugger

About Dr. Memory

Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory, double frees, memory leaks, and (on Windows) handle leaks, GDI API usage errors, and accesses to un-reserved thread local storage slots.

Dr. Memory operates on unmodified application binaries running on Windows, Linux, Mac, or Android on commodity IA-32, AMD64, and ARM hardware.

Dr. Memory is released under an LGPL license and binary packages are available for download.

Dr. Memory is built on the DynamoRIO dynamic instrumentation tool plaform.

DynamoRIO logo

Dr. Memory Performance

Dr. Memory is faster than comparable tools, including Valgrind, as shown in our CGO 2011 paper Practical Memory Checking with Dr. Memory, where we compare the two tools on Linux on the SPECCPU 2006 benchmark suite:

Performance chart

(Valgrind is unable to run 434.zeusmp and 447.dealII).

Documentation

Documentation is included in the release package. We also maintain a copy for online browsing.

System call tracer for Windows

The Dr. Memory package includes an “strace for Windows” tool called drstrace.

Obtaining help

Dr. Memory has its own discussion list.

To report a bug, use the issue tracker.

See also the Dr. Memory home page: http://drmemory.org/