-
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
MonoVM's arm64 binaries for macOS don't have Apple Silicon support #52635
Comments
Tagging subscribers to this area: @CoffeeFlux Issue DetailsDescription
runtime/src/mono/mono/utils/mono-codeman.c Lines 661 to 675 in 9c54ae4
Compare with libmonosgen-2.0.dylib:
|
Interestingly the local build on M1 has |
This doesn't seem to happen with latest builds anymore:
|
@akoeplinger it's asserting now instead of just doing nothing:
|
@rolfbjarne It's unsupported on Mac Catalyst on Apple Silicon because |
There's also the |
Should we close this issue then? |
Yeah, closing this. |
Description
libcorelib.dylib
for microsoft.netcore.app.runtime.mono.osx-arm64 wasn't built withHAVE_PTHREAD_JIT_WRITE_PROTECT_NP
set, which is required for Apple Silicon:runtime/src/mono/mono/utils/mono-codeman.c
Lines 661 to 675 in 9c54ae4
Compare with libmonosgen-2.0.dylib:
The text was updated successfully, but these errors were encountered: