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
Adding 200-300 locations to a Polyline causes the app to freeze. This is likely related to #20502
Steps to Reproduce
Run the repro. Inside the app, click on the Growing Polylines option at the bottom of the menu.
The page will gradually render a track line from one pin to another. If the line reaches the second pin, then the test succeeded and there is no bug.
If the app hangs with unhappy GC messages, then the bug has been reproduced.
Change the steps value in the GrowingPolylinePage class to change the number of locations added to the Polyline. The app falls over at around 212 points.
Most likely this will be the same issue as #20502, seeing as it's a similar error message, so when that issue gets addressed if this is still happening, we can reopen it.
Description
Adding 200-300 locations to a Polyline causes the app to freeze. This is likely related to #20502
Steps to Reproduce
Run the repro. Inside the app, click on the
Growing Polylines
option at the bottom of the menu.The page will gradually render a track line from one pin to another. If the line reaches the second pin, then the test succeeded and there is no bug.
If the app hangs with unhappy GC messages, then the bug has been reproduced.
Change the
steps
value in theGrowingPolylinePage
class to change the number of locations added to the Polyline. The app falls over at around 212 points.Link to public reproduction project repository
https://github.com/mfeingol/repros/tree/master/GrowingPolylineRepro
Version with bug
8.0.6
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
14
Did you find any workaround?
No workaround found
Relevant log output
The text was updated successfully, but these errors were encountered: