commit | f09c6957e2874f6cf5ce8e3e913bc84fe3d603be | [log] [tgz] |
---|---|---|
author | Derek Bruening <bruening@google.com> | Mon Apr 07 21:13:12 2025 |
committer | GitHub <noreply@github.com> | Mon Apr 07 21:13:12 2025 |
tree | 6b020d52c8e5e982c50191812b17b58ad43c52ae | |
parent | 72e4ad18747f27efe53c2ca865c93034675238a4 [diff] |
i#2548-ub22: Update DR for Ubuntu22 fixes (#2553) Updates DR to 70d3287f1baeb65d4c1c9665258db0b10abdfc38 to pull in changes for building on Ubuntu22. Issue: #2548, DynamoRIO/dynamorio#5860, DynamoRIO/dynamorio#7270
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.
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:
(Valgrind is unable to run 434.zeusmp and 447.dealII).
Documentation is included in the release package. We also maintain a copy for online browsing.
The Dr. Memory package includes an “strace for Windows” tool called drstrace
.
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/