-
Notifications
You must be signed in to change notification settings - Fork 525
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
Bug: invalid alignment of Win32::System::Diagnostics::Debug::MINIDUMP_CALLBACK_INPUT #1744
Comments
Looks like an issue with the metadata. Tested with version "23.0.2-preview" the metadata doesn't contain any attributes to encode the lowered packing requirements. minidumpapiset.h is wrapped inside |
Looks like this is being tracked in @tim-weis's issue on the metadata repo, so I think this can be closed here since we should handle this correctly when the metadata is fixed. Let me know if there's a reason to keep this open. |
@rylev While it's true that the issue needs to be addressed on the metadata side of things, and there's nothing actionable here, the issue itself still has repercussions on this repo. Namely, it crosses Kenny's plans voiced over here:
I don't believe this warrants re-opening this issues. Though, either way, I'm leaving a few more notes here:
|
Which crate is this about?
windows-sys
Crate version
0.36.0
Summary
The MINIDUMP_CALLBACK_INPUT should be repr(4), now it is only repr(C)
Output:
It's clear enough
Toolchain version/configuration
unimportant
Reproducible example
No response
Crate manifest
No response
Expected behavior
No response
Actual behavior
No response
Additional comments
No response
The text was updated successfully, but these errors were encountered: