Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

[UWP] AccessViolationException when adding items with the appearance of the item. #2959

Closed
paymicro opened this issue Jun 6, 2018 · 3 comments
Labels
a/listview Problems with the ListView/TableView e/4 🕓 4 help wanted We welcome community contributions to any issue, but these might be a good place to start! inactive Issue is older than 6 months and needs to be retested p/UWP s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!
Milestone

Comments

@paymicro
Copy link
Contributor

paymicro commented Jun 6, 2018

Description

When added items in ItemSource in OnItemAppearing throws AccessViolationException

Steps to Reproduce

  1. Create ListView with ItemsSource
  2. Add event ItemAppearing
  3. In event body add new item to ItemsSource

Expected Behavior

Items are added without errors.

Actual Behavior

Throw AccessViolationException

Basic Information

  • Version with issue: on master branch

Screenshots

https://prnt.sc/jrkdsi

Reproduction Link

https://github.com/paymicro/Xamarin.Forms/commit/eed5ab74e682a8f9936daa0e78447cefad64a668

Relation bug: #2832

@nbevans
Copy link

nbevans commented Nov 7, 2018

This is still an issue. AccessViolationException's being thrown, intermittently, in certain nuanced scenarios with ListView on UWP.

In my experience the chances of a AVE go up massively when the app is having some performance lagginess (for unrelated reasons) on the UI thread.

@samhouts samhouts added the inactive Issue is older than 6 months and needs to be retested label May 6, 2019
@samhouts samhouts added help-wanted up-for-grabs We welcome community contributions to any issue, but these might be a good place to start! help wanted We welcome community contributions to any issue, but these might be a good place to start! and removed help-wanted labels Jun 28, 2019
@samhouts samhouts added the a/listview Problems with the ListView/TableView label Feb 24, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 13, 2020
@samhouts
Copy link
Member

samhouts commented Sep 9, 2020

This issue doesn't seem to have had any activity in a long time. We're working on prioritizing issues and resolving them as quickly as we can. To help us get through the list, we would appreciate an update from you to let us know if this is still affecting you on the latest version of Xamarin.Forms, since it's possible that we may have resolved this as part of another related or duplicate issue. If we don't see any new activity on this issue in the next 30 days, we'll evaluate whether this issue should be closed. Thank you!

@samhouts samhouts added the s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. label Sep 9, 2020
@samhouts
Copy link
Member

samhouts commented Oct 9, 2020

Since we haven't heard from you in more than 30 days, we hope this issue is no longer affecting you. If it is, please reopen this issue and provide the requested information so that we can look into it further. Thank you!

@samhouts samhouts closed this as completed Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/listview Problems with the ListView/TableView e/4 🕓 4 help wanted We welcome community contributions to any issue, but these might be a good place to start! inactive Issue is older than 6 months and needs to be retested p/UWP s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!
Projects
None yet
Development

No branches or pull requests

4 participants