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: using atomic bool for shutdown_requested_ flag #3188

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

CCB: using atomic bool for shutdown_requested_ flag #3188

LitvinenkoIra opened this issue Dec 6, 2019 · 2 comments

Comments

@LitvinenkoIra
Copy link
Contributor

Bug Report

Data races related to UsbHandler

Detailed analysis:

UsbHandler::shutdown_requested_ flag should be atomic to guarantee
mutual access to it.

Reproduction Steps
  1. TBD
Expected Behavior

SDL should not crash

Observed Behavior

SDL crashed

OS & Version Information

@AKalinich-Luxoft
Copy link
Contributor

@theresalech fix has been submitted and ready for Livio review

@ShobhitAd
Copy link
Contributor

Closed via #3492

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

No branches or pull requests

3 participants