Skip to content
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] [Android] [Maps] Map locks up after adding ~200-300 locations to Polyline #20532

Closed
mfeingol opened this issue Feb 12, 2024 · 2 comments
Labels
platform/android 🤖 t/bug Something isn't working

Comments

@mfeingol
Copy link

mfeingol commented Feb 12, 2024

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 the GrowingPolylinePage 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

[monodroid-gc] 46112 outstanding GREFs. Performing a full GC!
[workingwithmaps] Explicit concurrent copying GC freed 3(31KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8586KB/16MB, paused 263us,39us total 11.844ms
[monodroid-gc] 46113 outstanding GREFs. Performing a full GC!
[workingwithmaps] Explicit concurrent copying GC freed 3(31KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8586KB/16MB, paused 277us,43us total 12.250ms
@mfeingol mfeingol added the t/bug Something isn't working label Feb 12, 2024
mfeingol added a commit to mfeingol/repros that referenced this issue Feb 12, 2024
@drasticactions
Copy link
Contributor

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.

Duplicate of #20502

@drasticactions drasticactions closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2024
mfeingol added a commit to mfeingol/repros that referenced this issue Feb 13, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 15, 2024
@samhouts
Copy link
Member

Duplicate of #20502

@samhouts samhouts marked this as a duplicate of #20502 May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform/android 🤖 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants