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

9.1.1 - Fix Potential Internal Inconsistency #49

Merged
merged 3 commits into from
May 26, 2022

Conversation

jbrophy17
Copy link
Contributor

@jbrophy17 jbrophy17 commented May 24, 2022

  • Fixes a potential Internal Inconsistency Exception within the Scan
    History Controller
  • Since the data source is getting updated potentially on a different
    thread than the controller's insert call, it is possible that the data
    source and the pending update get out of sync ahead of the update

Feature Description

Fixes a rare crash in the Scan History Controller where the backing datasource was out of sync when calling insertRows on the table view

What To Test?

Tough to test because the crash was so infrequent. Confirm that the Scan History controller is correctly showing scans and that rapid scans don't cause any crashes

John Brophy added 3 commits May 23, 2022 17:53
- Fixes a potential Internal Inconsistency Exception within the Scan
  History Controller
- Since the data source is getting updated potentially on a different
  thread than the controller's insert call, it is possible that the data
  source and the pending update get out of sync ahead of the update
@jbrophy17 jbrophy17 merged commit 09f6a66 into master May 26, 2022
@jbrophy17 jbrophy17 deleted the out-of-bounds-exception branch May 26, 2022 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants