-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mono: AOT compiler can't compile System.Net.SafeDeleteSslContext:ReadFromConnection (Mac Catalyst) #55736
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsDescriptionCalling the method
This is the complete stack trace from our test:
This is the test code: https://github.com/xamarin/xamarin-macios/blob/f5896c14141de86a377044bb0a66bbf8f982a1bb/tests/monotouch-test/System.Net.Http/MessageHandlers.cs#L106 Binlog for the test app: build-MacCatalyst-20210715_143948.binlog.zip This is the part of the log that corresponds to the AOT compilation: https://gist.github.com/rolfbjarne/fc9f1316a92945fdde0f38ff1ede334f
|
CC @steveisok |
/cc @vargaz @lambdageek |
Does not seem like |
We're missing pinvoke callback attributes on |
Tagging subscribers to this area: @dotnet/ncl Issue DetailsDescriptionCalling the method
This is the complete stack trace from our test:
This is the test code: https://github.com/xamarin/xamarin-macios/blob/f5896c14141de86a377044bb0a66bbf8f982a1bb/tests/monotouch-test/System.Net.Http/MessageHandlers.cs#L106 Binlog for the test app: build-MacCatalyst-20210715_143948.binlog.zip This is the part of the log that corresponds to the AOT compilation: https://gist.github.com/rolfbjarne/fc9f1316a92945fdde0f38ff1ede334f
|
Description
Calling the method
System.Net.SafeDeleteSslContext:ReadFromConnection
in AOT compiled code leads to:This is the complete stack trace from our test:
This is the test code: https://github.com/xamarin/xamarin-macios/blob/f5896c14141de86a377044bb0a66bbf8f982a1bb/tests/monotouch-test/System.Net.Http/MessageHandlers.cs#L106
Binlog for the test app: build-MacCatalyst-20210715_143948.binlog.zip
This is the part of the log that corresponds to the AOT compilation: https://gist.github.com/rolfbjarne/fc9f1316a92945fdde0f38ff1ede334f
The text was updated successfully, but these errors were encountered: