-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System call information is missing for this operating system #2487
Comments
I get the same although with a different Windows version: System call information is missing for this operating system: WinVer=105;Rel=2009;Build=19045;Edition=Professional. For me maybe an issue since I am using it via msys2 as well!? |
I have the same issue with this OS: WinVer=105; Rel=2009; Build=22621; Edition=ServerDatacenter. I saw a lot of issues where the solution was to put this file to the bin folder of DrMemory, but this link does not work for me. Are there any updates for this wow file? Hope that someone can reach out :) Might I add, I have the local/portable installation (the one from the .zip file) and would prefer to not have to use the installation file. |
Do things work fine on the restart? This should be a one-time message (I think |
Did you mean on restart of command or the system? When running the command repeatedly, the error still persists even after system reboot. While -quiet does suppress the message, the final results still seem kind of incomplete sometimes. For this simple command that @MarekKnapek mentioned, the final result is presented. But, in my usecase where I run a binary tool for GPU monitoring which uses multiple syscalls in one run, I don't have the final result. |
The drmemory command should restart itself after dismissing this popup message. You mean that auto-relaunch pops up the same message again? |
In the same PowerShell terminal multiple invocations of the command produce the same error, yes. |
Not sure it is related to this exact issue, but I guess DrMemory is no longer maintained and it does not work good enough on Windows10. I did little investigation and I found out some stuff.
|
No, it is not related. DynamoRIO's private loader and the reason for its existence is documented at |
Steps to reproduce:
drmemory.exe -- cmd /c echo abcdef
Expected result:
No error message.
Actual result:
Steps to reproduce:
drmemory.exe -ignore_kernel -- cmd /c echo abcdef
Expected result:
No error message.
Actual result:
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.
The text was updated successfully, but these errors were encountered: