-
Notifications
You must be signed in to change notification settings - Fork 570
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
ASSERT syscall number mismatch at init time in every 32-bit app on GA Server2016 #4587
Comments
derekbruening
added a commit
that referenced
this issue
Dec 6, 2020
Uses the empirically-determined syscall numbers even for OS versions we have in our static table, for win10-1511+. We have seen variants that our current version logic is not aware of, and we're using the from-wrapper numbers on all very-recent versions anyway. Issue: #4587, DynamoRIO/drmemory#2328 Fixes #4587
derekbruening
added a commit
that referenced
this issue
Dec 6, 2020
Uses the empirically-determined syscall numbers even for OS versions we have in our static table, for win10-1511+. We have seen variants that our current version logic is not aware of, and we're using the from-wrapper numbers on all very-recent versions anyway. Issue: #4587, DynamoRIO/drmemory#2328 Fixes #4587
derekbruening
added a commit
to DynamoRIO/drmemory
that referenced
this issue
Dec 6, 2020
Updates DR to 312d24d3 to pull in two key fixes for Dr. Memory on Github Actions Windows Server 2016: + DynamoRIO/dynamorio#4588: Handle anomalous alloc bases in Windows query loop (DynamoRIO/dynamorio#4590) + DynamoRIO/dynamorio#4587: Use from-wrapper syscall numbers for all win10 (DynamoRIO/dynamorio#4589) Fixes #2328 Fixes #2329
derekbruening
added a commit
to DynamoRIO/drmemory
that referenced
this issue
Dec 6, 2020
Updates DR to 312d24d3 to pull in two key fixes for Dr. Memory on Github Actions Windows Server 2016: + DynamoRIO/dynamorio#4588: Handle anomalous alloc bases in Windows query loop (DynamoRIO/dynamorio#4590) + DynamoRIO/dynamorio#4587: Use from-wrapper syscall numbers for all win10 (DynamoRIO/dynamorio#4589) Fixes #2328 Fixes #2329
derekbruening
added a commit
that referenced
this issue
Dec 14, 2020
Uses the empirically-determined syscall numbers even for OS versions we have in our static table, for win10-1511+. We have seen variants that our current version logic is not aware of, and we're using the from-wrapper numbers on all very-recent versions anyway. Issue: #4587, DynamoRIO/drmemory#2328 Fixes #4587
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this is the cause of the Dr. Memory 32-bit failures on GA: DynamoRIO/drmemory#2329
For #4131 I'm running DR's suite for the first time on GA's Server 2016 images and every 32-bit app hits this:
The text was updated successfully, but these errors were encountered: