-
Notifications
You must be signed in to change notification settings - Fork 244
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 crash on set_delegate on shutdown #3178
Comments
@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? |
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. |
@theresalech |
@theresalech Please notice the following findings: Script for provided use case has been created: 3178.lua.tar.gz Issue was not reproduced on latest SDL develop - neither with fix nor without it. There could be several reasons why issue is not reproduced in open source environment :
Anyway script can be used to check use case on real hardware with Remote ATF feature. |
The issue is covered with a #3388 fix. |
Closing as covered by #3388 |
Bug Report
SDL crash on set_delegate on shutdown
Detailed analysis:
The core crash shows evidence that something around set_delegate is
crashing, on the other hand ~MessageLoopThread is deleting the thread
and not assigning the thread pointer to NULL which is necessary to avoid
undefined behavior
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: