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

Ensure that text and graphic updates aren't sent before we are ready #1596

Merged
merged 1 commit into from Mar 24, 2020

Conversation

joeljfischer
Copy link
Contributor

Fixes #1595

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

  • I have verified that I have not introduced new warnings in this PR (or explain why below)
  • I have run the unit tests with this PR
  • I have tested this PR against Core and verified behavior (if applicable, if not applicable, explain why below).

Unit Tests

No unit tests added, unit tests were run

Core Tests

Disconnect / reconnect tests were run repeatedly

Core version / branch / commit hash / module tested against: Sync Gen 3.4 (19353 DEVTEST)
HMI name / version / branch / commit hash / module tested against: Sync Gen 3.4 (19353 DEVTEST)

Summary

When a display capability update comes in before the manager is ready, a crash will occur because the text and graphic manager is attempting to send an update.

A change was made to ensure that we are actually ready before sending the update.

Changelog

N/A; intra-release issue

CLA

@joeljfischer joeljfischer added bug A defect in the library manager-screen Relating to the manager layer - screen managers labels Mar 23, 2020
@joeljfischer joeljfischer self-assigned this Mar 23, 2020
@joeljfischer joeljfischer added this to In progress in v6.6.0 via automation Mar 23, 2020
@NicoleYarroch NicoleYarroch self-requested a review March 24, 2020 15:49
v6.6.0 automation moved this from In progress to Reviewer approved Mar 24, 2020
@joeljfischer joeljfischer merged commit 5e1d0b6 into develop Mar 24, 2020
v6.6.0 automation moved this from Reviewer approved to Done Mar 24, 2020
@joeljfischer joeljfischer deleted the bugfix/issue-1595-text-and-graphic-crash branch March 24, 2020 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers
Projects
No open projects
v6.6.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants