-
Notifications
You must be signed in to change notification settings - Fork 264
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
Internal Error: DynamoRIO debug check failure: ...\core\win32\ntdll.c:5218 res >= 0 && len <= MAX_CONTEXT_SIZE #2208
Comments
Please provide info on what processor is in the machine where this was hit. What is the return value of RtlGetExtendedContextLength() on that processor? I assume this only reproduces on that particular hardware. |
All running in a virtual machine on OSX: Intel Xeon W-2191B, 23GHz, 8GB assigned I couldn't find any docs for RtlGetExtendedContextLength(), so what parameters to call it and what's the return type/value? |
Dr. Memory is calling it. It's the line in the assert: https://github.com/DynamoRIO/dynamorio/blob/master/core/win32/ntdll.c#L5217 |
DynamoRIO/dynamorio#2666 is the DR feature request to address these issues |
The text was updated successfully, but these errors were encountered: