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

CCB: Fixes race condition in messagemeter.h #3168

Closed
LitvinenkoIra opened this issue Dec 6, 2019 · 4 comments
Closed

CCB: Fixes race condition in messagemeter.h #3168

LitvinenkoIra opened this issue Dec 6, 2019 · 4 comments

Comments

@LitvinenkoIra
Copy link
Contributor

Bug Report

iOS/Android USB- Apps are not Unregistering

Detailed analysis:

Unprotected critical section accessed by two different threads,
timing_map is being modified by clearing the map identifiers causing a
crash in boost::date_time

Reproduction Steps
  1. Connect an iOS device with Applink compatible Apps downloaded on to the phone to SYNC via USB
  2. Verify the Apps Registration on SYNC
  3. Unplug the device from SYNC
Expected Behavior

Apps should Unregister

Observed Behavior

Apps are not Unregistering

OS & Version Information

@E-SAITO-TMC
Copy link

E-SAITO-TMC commented Apr 17, 2020

@joeygrover -san @theresalech -san This issue is a top priority for Toyota. Can the reproduction steps described actually reproduce this issue? Also, does this issue occur in the latest version?

@theresalech
Copy link
Contributor

Hi @E-SAITO-TMC, we have documented that this is priority for Toyota, and will include for Steering Committee review and vote when planning the contents for the Q4 Core release. This planning will take place in June.
@LitvinenkoIra, can you please advise if the Luxoft team is seeing this issue in Core 6.1?

@theresalech theresalech added the Waiting for Feedback Maintainers are waiting for feedback from an author or contributor label Apr 23, 2020
@LuxoftAKutsan
Copy link
Contributor

@theresalech
Issue reproduced on SYNC version of SDL.
Issue is related to iOS device and can't be reproduced in open sdl environment.
Fix from SYNC ported to open : #3377

@theresalech theresalech added fix submitted and removed Waiting for Feedback Maintainers are waiting for feedback from an author or contributor labels May 19, 2020
@jacobkeeler
Copy link
Contributor

Closing with the merge of #3377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants