This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] UWP: CollectionView in CarouselView crashes when resizing the window #10897
Labels
a/carouselview
a/collectionview
blocker
Issue blocks next stable release. Prioritize fixing and reviewing this issue.
e/2 🕑
2
i/high
Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often
t/bug 🐛
Milestone
Description
Xamarin.Forms app with a UWP project. A CarouselView contains a template with a CollectionView inside. When the page is displayed in a window, and the user starts resizing the window, at some point the app crashes.
Steps to Reproduce
This is the Page XAML:
The ViewModel is a simple one:
The BindingContext of the page:
Expected Behavior
The app should not crash when resized.
Actual Behavior
The app crashes when resized:
System.AccessViolationException
HResult=0x80004003
Message=Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Source=
StackTrace:
No useful stack trace is available.
Basic Information
The text was updated successfully, but these errors were encountered: