-
Notifications
You must be signed in to change notification settings - Fork 243
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: SDL Crashes while testing QT 5.12 #3162
Comments
@theresalech -san, We were able to reproduce this issue with Core 6.0.1. This is a high priority issue for Toyota. Could you please include this in the Core 6.2 release planning? |
@LitvinenkoIra can you please advise if you are able to reproduce this issue in the latest Core release? |
Fix from SYNC 4 is partially applicable to open sdl. Will be applied. |
@LuxoftAKutsan, thank you for the additional information! Please let us know when a PR is ready for Livio's review. |
Bug Report
SDL Crashes while testing QT 5.12
Detailed analysis:
SDL added the new application registered to the application list but failed to update the plugin manager before "onVehicleData" notification is received from the HMI from different thread, since the application list contains extra application than to the registered app extension, it was throwing null extension ptr which while referencing caused a crash by the RPC handler thread. Worst case the delay between the application list update and extension update was about 70-100ms and before that if onvehicledata is received, then it will result in crash.
Reproduction Steps
Expected Behavior
SDL should not crash
Observed Behavior
SDL crashed
OS & Version Information
The text was updated successfully, but these errors were encountered: