-
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
.NET/iOS: crash on device #10726
Comments
Interesting. That's mostly AppDomain / remoting / CAS code - most of it should not even be in dotnet BCL. I can have a look next week. Also using |
We're not linking away anything in .NET anymore, so this isn't our code. It seems it's
it also happens very early (as a result of calling
|
This should be fixed with dotnet/runtime#48710 |
Looks like that would do it; now we'll just have to wait for updated .NET builds to test it (the fix is 2 days old, and the latest .NET build ( |
the startup crashes (this one and the AOT one) are fixed with 6.0.100-preview.3.21202.5 |
Steps to Reproduce
Expected Behavior
Successful launch
Actual Behavior
This is with 861df21.
The text was updated successfully, but these errors were encountered: