-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
cpp-tests - thread sanitizer - many races/crashes #1752
Comments
Callstack below from MacOs
I see very often in "Crash details" in Google Play Console. This is the most common crash for my apps
|
Another example
|
One more after clossing cpp-tests
|
Are you sure that the source of these issues isn't the autotest? The auto-test TestController uses threads, and there could be something in there that is causing all of these problems. |
yes, the auto test not consider thread safe, so no significance for thread santizer. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
issue still exsist on the latest axmol version |
Root cuase is cppt-tests try request GPU resources on subthread, after rewrite the AutoTest controller with coroutine, this issue will be fixed |
Steps to Reproduce:
e.g.: Press "Start AutoTest" crash
Go to FileUtlis
Go to "New Audio Engine" play music
Example:
The text was updated successfully, but these errors were encountered: