DynamoRIO / DynamoRIO/drmemory

System call information is missing for this operating system

Open
#2,487 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

Steps to reproduce:

`drmemory.exe -- cmd /c echo abcdef`

Expected result:

No error message.

Actual result:

```
---------------------------
Dr. Memory Notice: C:\Windows\system32\cmd.exe(9972)
---------------------------
System call information is missing for this operating system: WinVer=105;Rel=2009;Build=20348;Edition=ServerStandard. Restarting to trigger auto-generation of system call information. Re-run with -ignore_kernel to attempt to continue instead.

---------------------------
OK
---------------------------
```
![err1](https://github.com/DynamoRIO/drmemory/assets/13893067/96b6f80e-1bfd-4295-9036-c543ef7b815e)

Steps to reproduce:

`drmemory.exe -ignore_kernel -- cmd /c echo abcdef`

Expected result:

No error message.

Actual result:

```
---------------------------
Dr. Memory Notice: C:\Windows\system32\cmd.exe(25512)
---------------------------
System call information is missing for this operating system: WinVer=105;Rel=2009;Build=20348;Edition=ServerStandard.

---------------------------
OK
---------------------------
```
![err2](https://github.com/DynamoRIO/drmemory/assets/13893067/1d329371-d56c-4fcc-846a-e7bb6dc872f4)

Windows Server 2022 for x64, version 10.0.20348.1970.
DrMemory for Windows x64, version 2.6.0 -- build 0.

I'm a C++ programmer, so I believe I can provide such missing kernel information if you tell me how to extract them from my system. I could provide you with a pull request if you want.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.