-
Notifications
You must be signed in to change notification settings - Fork 520
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
[iOS] SIGSEGV during mono_process_dbg_packet when applying code changes #22102
Labels
need-attention
An issue requires our attention/response
Milestone
Comments
Runtime logs: 22102-medataupdatelogs.txt |
Possible workaround: Adding the following at the end of the partial class Dummy
{
private class Inner
{
private object Owner { get => null; set { } }
}
} makes metadata updates succeed. |
jeromelaban
added a commit
to unoplatform/uno
that referenced
this issue
Feb 4, 2025
mergify bot
pushed a commit
to unoplatform/uno
that referenced
this issue
Feb 4, 2025
Works around xamarin/xamarin-macios#22102 (cherry picked from commit 96a9879)
@jeromelaban which IDE are you using? |
@rolfbjarne my apologies, it's VS 17.12.4, but also had the issue with 17.13 Preview 5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apple platform
iOS
Framework version
net9.0-*
Affected platform version
9.0.102, 9.0.200-preview.0.25057.12
VS 17.11, VS 17.13
Description
Given a specific class structure, removing a method in a class will crash the app with the following stack:
Steps to Reproduce
TestClass.cs
test1
method, do not comment it, then apply the code changesDid you find any workaround?
Owner
propertyMainPage
classThose changes are seemingly unrelated and make changes very difficult to trust.
Build logs
No response
The text was updated successfully, but these errors were encountered: