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

[Android] [Scenario Day] CarouselView freeze trying to use Spacing #7253

Closed
jsuarezruiz opened this issue May 17, 2022 · 4 comments
Closed
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView p/1 Work that is important, and has been scheduled for release in this or an upcoming sprint platform/android 🤖 s/triaged Issue has been reviewed s/try-latest-version Please try to reproduce the potential issue on the latest public version scenario-day t/bug Something isn't working

Comments

@jsuarezruiz
Copy link
Contributor

Description

CarouselView freeze trying to use Spacing.

Steps to Reproduce

  1. Download CarouselViewDemos.zip
  2. Navigate to the sample using Spacing. We did not get to navigate, everything freezes until after a while the App closes.

Version with bug

Release Candidate 3 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11

Did you find any workaround?

No response

Relevant log output

[rouselviewdemo] Explicit concurrent copying GC freed 7607(278KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/30MB, paused 409us,49us total 48.671ms
[rouselviewdemo] Explicit concurrent copying GC freed 14339(515KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/30MB, paused 331us,49us total 45.980ms
[rouselviewdemo] Explicit concurrent copying GC freed 8567(310KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/31MB, paused 316us,537us total 49.623ms
[rouselviewdemo] Explicit concurrent copying GC freed 14550(515KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 15MB/31MB, paused 378us,50us total 45.356ms
[rouselviewdemo] Explicit concurrent copying GC freed 9565(342KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/31MB, paused 307us,49us total 41.046ms
[rouselviewdemo] Explicit concurrent copying GC freed 14118(500KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/31MB, paused 310us,51us total 43.458ms
[rouselviewdemo] Explicit concurrent copying GC freed 10470(373KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/32MB, paused 312us,49us total 42.625ms
[rouselviewdemo] Explicit concurrent copying GC freed 12096(436KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/32MB, paused 308us,52us total 47.933ms
[rouselviewdemo] Explicit concurrent copying GC freed 10783(389KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 16MB/32MB, paused 310us,50us total 42.204ms
[rouselviewdemo] Explicit concurrent copying GC freed 10467(389KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/33MB, paused 310us,50us total 47.621ms
[rouselviewdemo] Explicit concurrent copying GC freed 13445(483KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/33MB, paused 310us,49us total 46.505ms
[rouselviewdemo] Explicit concurrent copying GC freed 8908(326KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/33MB, paused 340us,50us total 44.326ms
[rouselviewdemo] Explicit concurrent copying GC freed 14350(514KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/34MB, paused 273us,49us total 45.122ms
[rouselviewdemo] Explicit concurrent copying GC freed 8836(326KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/34MB, paused 895us,67us total 87.405ms
[rouselviewdemo] Explicit concurrent copying GC freed 14894(531KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/34MB, paused 310us,50us total 46.457ms
[rouselviewdemo] Explicit concurrent copying GC freed 7567(279KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 17MB/34MB, paused 310us,51us total 45.469ms
[rouselviewdemo] Explicit concurrent copying GC freed 14636(527KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/35MB, paused 309us,50us total 46.122ms
[rouselviewdemo] Explicit concurrent copying GC freed 7417(314KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/35MB, paused 274us,50us total 45.987ms
[rouselviewdemo] WaitForGcToComplete blocked HeapTrim on Explicit for 8.151ms
[rouselviewdemo] Explicit concurrent copying GC freed 14338(515KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 17MB/35MB, paused 314us,51us total 48.835ms
[rouselviewdemo] Explicit concurrent copying GC freed 9230(342KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 18MB/36MB, paused 309us,50us total 48.317ms
[rouselviewdemo] Explicit concurrent copying GC freed 12818(468KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 18MB/36MB, paused 318us,50us total 53.550ms
[rouselviewdemo] Explicit concurrent copying GC freed 11582(421KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 18MB/36MB, paused 451us,50us total 49.293ms
[rouselviewdemo] Explicit concurrent copying GC freed 12160(437KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 18MB/37MB, paused 464us,47us total 49.833ms
@jsuarezruiz jsuarezruiz added t/bug Something isn't working s/needs-verification Indicates that this issue needs initial verification before further triage will happen platform/android 🤖 area-controls-collectionview CollectionView, CarouselView, IndicatorView labels May 17, 2022
@jfversluis jfversluis removed the s/needs-verification Indicates that this issue needs initial verification before further triage will happen label May 23, 2022
@kristinx0211 kristinx0211 added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Jun 21, 2022
@kristinx0211
Copy link

kristinx0211 commented Jun 21, 2022

verified repro on android 12 with above project.

@PureWeen PureWeen added the fatal label Jun 28, 2022
@PureWeen PureWeen added this to the 6.0-servicing milestone Jun 28, 2022
@samhouts samhouts added the p/1 Work that is important, and has been scheduled for release in this or an upcoming sprint label Jul 12, 2022
@hartez hartez removed the fatal label Aug 1, 2022
@Redth Redth modified the milestones: 6.0-servicing, Backlog Aug 30, 2022
@ghost
Copy link

ghost commented Aug 30, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@samhouts samhouts modified the milestones: Backlog, .NET 8 Planning Jan 26, 2023
@samhouts samhouts removed s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Apr 5, 2023
@jinxinjuan jinxinjuan added s/triaged Issue has been reviewed s/try-latest-version Please try to reproduce the potential issue on the latest public version labels May 9, 2023
@ghost
Copy link

ghost commented May 9, 2023

Hi @jsuarezruiz. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version.

You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository.

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@jinxinjuan
Copy link
Collaborator

Verified this issue with Visual Studio Enterprise 17.6.0 Preview 6.0, Not repro on Android platform with above project. CarouselViewDemos.zip
7253

@ghost ghost closed this as completed May 16, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 15, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView p/1 Work that is important, and has been scheduled for release in this or an upcoming sprint platform/android 🤖 s/triaged Issue has been reviewed s/try-latest-version Please try to reproduce the potential issue on the latest public version scenario-day t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants