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
I get the following Mono debugger assert when placing a breakpoint at line 34 of the attached AppDelegate.cs and stepping over.
error: * Assertion at /Users/runner/work/1/s/src/mono/mono/mini/mini-arm64.c:6876, condition `native_offset % 4 == 0' not met
Test Environment: iOS Simulator running on MacOS 14.7 on Apple Silicon
Steps to reproduce:
debugger_assert.zip
May be related to this Mono bug: mono/mono#19899
The text was updated successfully, but these errors were encountered:
Hi, @mlancione ! Yes, I can reproduce it. I will create an issue in xamarin-macios repository. Maybe people from there will help us with this error.
They've already helped me once: dotnet/android#8653
Sorry, something went wrong.
dotnet/runtime#110016
No branches or pull requests
I get the following Mono debugger assert when placing a breakpoint at line 34 of the attached AppDelegate.cs and stepping over.
error: * Assertion at /Users/runner/work/1/s/src/mono/mono/mini/mini-arm64.c:6876, condition `native_offset % 4 == 0' not met
Test Environment:
iOS Simulator running on MacOS 14.7 on Apple Silicon
Steps to reproduce:
debugger_assert.zip
May be related to this Mono bug:
mono/mono#19899
The text was updated successfully, but these errors were encountered: