-
Notifications
You must be signed in to change notification settings - Fork 515
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
[Regression] System.ExecutionEngineException: Attempting to JIT compile method 'bool Topten.RichTextKit.FontFallback/<GetFontRuns>d__2:MoveNext ()' #11219
Comments
Hello, I have been trying to repro the issue, but I load the solution and I have some compilation errors (which I am not surprised):
Yet I don't know if I am doing this correctly. Can you share with me a set of command line steps to repro the build? Thanks in advance (Sorry if the question is stupid, but we get a lot of samples and is hard to know how to build everything). |
Thanks for looking into this, @mandel-macaque!
What exactly did you do? I've never seen these errors.
I think the easiest way is to open Mapsui.sln in VS (or VS for Mac) and from there build and run the project @pauldendulk, can you help here? |
Recently upgraded to XCode 12.5, with these results:
Life's not fair 🙈 I guess I'll back down to XCode 12.4 again ... |
Just tried Xamarim.iOS 14.16.0.5 (together with VS4Mac 8.9.8 and XCode 12.5). Unsurprisingly, the bug is still present. |
This looks very similar to mono/mono#20805 (comment) There's a workaround in that issue. Updating to the latest (4.5.4) version of System.Memory nuget also fixed this issue in another case, see #11691 (comment) |
I cannot confirm this myself. Like @mandel-macaque I get nuget errors while restoring
while building the XI/iOS project.
and this is exactly what I did :) There were some other warnings while opening the solution - but they looked Windows specific (and I ignored them as I only wanted to build the iOS on the Mac). They might (or not) be related to the nuget error. |
It also looks similar to #5687, where the same workaround is given. The workaround does indeed fix the issue here. But the issue really deserves a proper fix (wherever appropriate, in xamarin-macios or mono), not just a workaround. |
On Mac you should actually use Mapsui.Mac.sln instead, which does not contain the Windows-specific stuff. HTH. |
Great! That means that this is a duplicate of that issue, so I'm closing this one. |
This one is a regression that I observed when switching from VS for Mac 8.8 to 8.9. It was confirmed to work with Xamarin.iOS 14.10.0.4, but not with 14.14.2.5.
See also:
Steps to Reproduce
Expected Behavior
All pins should have a callout label. There should be no errors reported in the Debugger console.
Actual Behavior
Most pins miss a callout. The error mentioned above appears.
Environment
Build Logs
--
Example Project (If Possible)
https://github.com/Mapsui/Mapsui/blob/master/Mapsui.sln
The text was updated successfully, but these errors were encountered: