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

Race Condition Crash when Reconnecting in Text and Graphic Manager #1595

Closed
joeljfischer opened this issue Mar 23, 2020 · 1 comment
Closed
Assignees
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers
Projects

Comments

@joeljfischer
Copy link
Contributor

Bug Report

There's a potential race condition crash in the Text and Graphic Manager when reconnecting due to sdl_displayCapabilityDidUpdate being called before the manager is ready and results in it sending text and graphics.

Reproduction Steps
  1. Connect to a head unit using an app that has some text
  2. Disconnect
  3. Reconnect
Expected Behavior

No crash

Observed Behavior

Crash

OS & Version Information
  • iOS Version: 13.3.1 (or n/a)
  • SDL iOS Version: 6.6-develop
  • Testing Against: n/a
Test Case, Sample Code, and / or Example App

n/a

@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
@NicoleYarroch
Copy link
Contributor

Fixed in PR #1596

@NicoleYarroch NicoleYarroch added this to Done in v6.6.0 via automation Mar 24, 2020
@joeljfischer joeljfischer mentioned this issue Apr 29, 2020
3 tasks
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

No branches or pull requests

2 participants