drmemory icon indicating copy to clipboard operation
drmemory copied to clipboard

Memory Debugger for Windows, Linux, Mac, and Android

Results 125 drmemory issues
Sort by recently updated
recently updated
newest added

**Describe the bug** WinSock2 |recv()| (WS2_32.dll!recv) reports false-positive "UNINITIALIZED READ" errors. Same happens with WinSock2 |send()| **To Reproduce** See https://www.binarytides.com/receive-full-data-with-recv-socket-function-in-c/ for a minimised |recv()| example code. Compile with MinGW or...

Just tried building the latest commit (d4b9a40c6f75ad0e7a03dccebb492876d866acb1) and, after fixing some warnings, I get to this road block: ```bash [ 65%] Linking CXX static library ../drmf/lib64/release/libdrsymcache_static.a [ 65%] Built target...

**Describe the bug** In the README, it says `Dr. Memory has full support for Windows (XP and higher)`. However, on Windows XP, I get: ![image](https://user-images.githubusercontent.com/19825143/233291116-b0f9de1c-ac84-4a76-9600-9aabcf6241b6.png) The function in question 'kernel32.ReleaseSRWLockExclusive'...

I'am trying to analyze a simple program written in c++ with the addition of the RInside library of R, i.e. an embedding of R for C++ programs. This is the...

Regular runs on win7 end up complaining about all kinds of missing system calls, most of which were removed prior to win7: ``` WARNING: could not find system call NtCancelDeviceWakeupRequest...

OpSys-Windows
help wanted
good first issue
Component-DrSyscall

**Describe the bug** Trying to buid Dr Memory from scratch on linux mint vera (gcc version 11.0.3). **To Reproduce** 1. mkdir build. 2. cd build. 3. cmake ... 4. make...

Component-Build
help wanted
good first issue

Crashes at startup [DrMemoryCrash.txt](https://github.com/DynamoRIO/drmemory/files/3220381/DrMemoryCrash.txt)

OpSys-Windows
Bug-ToolCrash
Status-NeedInfo

**Describe the bug** Although I found here some past issues telling that these reports where "false positives" and fixed around 2015, it seems that simple programs using windows sockets and...

I tried to run Dr. Memory, 64-bit exe, on my application from within Visual Studio 2019 when I got that Dr. Memory internal crash. The thing is: I'm getting very...

Hi all Thanks to release this useful lib for check dynamic memory when i tride compile with mingw32(msys2) and use dr.memory to debug > ./drmemory.exe /d/static_test/G_memory_test/build/G_memory_test.exe i got this error...

Status-NeedInfo