-
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
UIGestureRecognizer.Dispose crash when ran from the finalizer thread #5388
Comments
I can duplicate this with |
that's in both |
Ok, it's a regression caused by the new code path added in PR #4729 to avoid cycles. |
I have a patch, will submit soon. |
Hey guys, is this going to be fast-tracked into the Xamarin Preview channel? |
Hi guys. Is there any information and details on when this fix will be available as an update? My iOS apps are now regularly crashing because of it. Or maybe I can add it manually somehow? |
This should already be fixed in the latest preview. Could you attach the version information from Visual Studio (for Mac)'s About menu? |
Sure, here it is:
|
And on the above configuration I'm getting such an exception:
|
OK, so it seems the fix hasn't been released yet, but it shouldn't be long now. If you can't wait, you can download the latest package here - just click on the green checkmark next to the latest commit and download PKG-Xamarin.iOS. |
Great thanks @rolfbjarne. It's a great solution for me now, saved a lot of time. |
Closing, this is fixed already. |
Steps to Reproduce
pull down Xamarin Forms repro with the iOS-create branch
https://github.com/xamarin/Xamarin.Forms/tree/ios-recreate
run build.sh (this will open VS)
set Xamarin.Forms.ControlGallery.iOS to startup project
click "go to test cases"
now in the search bar type and delete things. If it doesn't crash then try clicking one of the bugs in the list then go back and typing again
Expected Behavior
Shouldn't crash
Actual Behavior
Crashes with
Environment
Version with Issue
Working Version
Example Project (If Possible)
https://github.com/xamarin/Xamarin.Forms/tree/ios-recreate
The text was updated successfully, but these errors were encountered: