DynamoRIO / DynamoRIO/drmemory
CRASH on apps built with mingw-w64 g++ 5.3.0
Open
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
Attempting to run drmemory on a hello world program under windows 10 (version 1709, OS Build 16299.125). DrMemory crashes and results in the error below.
Attempting to debug the process, I get to injector.c, line 952:
ResumeThread(info->pi.hThread);
Executing that line is the one that results in the crash.
```
~~Dr.M~~ Dr. Memory version 1.11.17499
~~Dr.M~~ Running "C:\Users\Andrew\Desktop\test\a.exe"
~~Dr.M~~ WARNING: application exited with abnormal code 0xffffffff
```
Contributor guide
Assessment
This issue has not been assessed yet.