DynamoRIO / DynamoRIO/drmemory
Hung on Windows Server 2022 when using github actions
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
Hello everyone,
I am trying to run Dr.Memory using github actions in a Windows-latest environment.
When I run Dr.Memory with my app, it starts successfully, but then it never ends.
My application uses a dll where I want to investigate memory leaks.
Here is the log I've got:
```
drmemory.exe -debug -dr_debug -logdir D:\a\_temp\memtest_createimages_testdir -leaks_only -verbose 5 -- D:\a\_temp\memtest_createimages_testdir\memtest_createimages.exe
```
My system info:
`OS Name: Microsoft Windows Server 2022 Datacenter
OS Version: 10.0.2034 Build 20348`
Environment: windows-2022
Version: 20220626.1
Included Software: https://github.com/actions/virtual-environments/blob/win22/20220626.1/images/win/Windows2022-Readme.md
Image Release: https://github.com/actions/virtual-environments/releases/tag/win22%2F20220626.1
`Dr Memory v.2.5.0`
Contributor guide
Assessment
This issue has not been assessed yet.