Skip to content
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

malloc test crash in 64-bit Windows #916

Closed
derekbruening opened this issue Nov 28, 2014 · 3 comments
Closed

malloc test crash in 64-bit Windows #916

derekbruening opened this issue Nov 28, 2014 · 3 comments

Comments

@derekbruening
Copy link
Contributor

From zhao...@google.com on June 16, 2012 00:14:50

in 64-bit windows, the 64-bit build malloc test crash in native execution.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=916

@derekbruening
Copy link
Contributor Author

From zhao...@google.com on June 15, 2012 22:01:44

The 64-bit Windows RtlFreeHeap will first check if the address is 8-byte aligned, and call RtlFreeHeapError directly if unaligned.

@derekbruening
Copy link
Contributor Author

From zhao...@google.com on June 18, 2012 10:37:46

Actually it checks if the address is 0x10 aligned

@derekbruening
Copy link
Contributor Author

From zhao...@google.com on June 18, 2012 10:48:30

This issue was closed by revision r895 .

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant