-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[NativeAOT/ARM] NativePrimitiveDecoder generates unaligned accesses with VLDR instruction #97912
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsCode: runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs Lines 17 to 43 in 2361c00
Crash at runtime:
VLDR is not handled by the kernel unalignment traps (ref: raspberrypi/linux#3099).
|
Code:
runtime/src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatReader.Primitives.cs
Lines 17 to 43 in 2361c00
Crash at runtime:
VLDR is not handled by the kernel unalignment traps (ref: raspberrypi/linux#3099) and it doesn't natively support unaligned access.
The text was updated successfully, but these errors were encountered: