We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Happens on startup:
../Common/Swap.h:121:30: runtime error: member access within misaligned address 0x7f9928c7f742 for type 'struct swap_struct_t', which requires 4 byte alignment 0x7f9928c7f742: note: pointer points here 00 00 c0 a4 a1 4d 99 7f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e0 6e 9f 4d 99 7f ^
At a690127
The text was updated successfully, but these errors were encountered:
This turned out to be a symptom of #14002 (UBSAN_OPTIONS=print_stacktrace=1 is very handy!)
UBSAN_OPTIONS=print_stacktrace=1
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Happens on startup:
At a690127
The text was updated successfully, but these errors were encountered: