Skip to content
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

Debugger Assert #145

Open
mlancione opened this issue Nov 19, 2024 · 2 comments
Open

Debugger Assert #145

mlancione opened this issue Nov 19, 2024 · 2 comments
Labels
bug Something isn't working external other bug of dotnet / vscode / nodejs

Comments

@mlancione
Copy link

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:

  1. Place a breakpoint at AppDelegate.cs:34
  2. Run application with debugger
  3. Step-over from breakpoint

debugger_assert.zip

May be related to this Mono bug:
mono/mono#19899

@JaneySprings JaneySprings added bug Something isn't working external other bug of dotnet / vscode / nodejs labels Nov 19, 2024
@JaneySprings
Copy link
Owner

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

@JaneySprings
Copy link
Owner

dotnet/runtime#110016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external other bug of dotnet / vscode / nodejs
Projects
None yet
Development

No branches or pull requests

2 participants