You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
[RyuJIT] Segmentation fault arises because GetVirtualMethodSlot gets null method as argument for ILCompiler.DependencyAnalysis.RyuJitNodeFactory and for method [System.Linq]WhereSelectEnumerableIterator`2<[Xamarin.Forms.Core]Xamarin.Forms.Span, [System.Private.CoreLib]System.String>.Clone #3248
Compiling a simple Tizen application on Ubuntu causes segmentation fault because GetVirtualMethodSlot gets null methot as argument when ReflectionVirtualInvokeMapNode::GetData processes ILCompiler.DependencyAnalysis.RyuJitNodeFactory and meets the [System.Linq]WhereSelectEnumerableIterator`2<[Xamarin.Forms.Core]Xamarin.Forms.Span, [System.Private.CoreLib]System.String>.Clone method.
The null method argument is the declaringMethodForSlot variable in theReflectionVirtualInvokeMapNode::GetData
To reproduce this failure unarchive the attached file into the directory corert/tests/src/Simple as one more "Simple" test and run the build.sh script.