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

'thread still running in destructor' warning + infinite thread issues on OpenAL backend #14

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Fixed two threading problems on the OpenAL backend that caused warnings and 
intermittent crashes on application exit. 

1. The change to StreamUpdater.cpp fixes the case where the Thread base class 
destructor gets called before the tread has a chance to exit. This resulted in 
a warning from the base class and, at least in our application, intermittent 
crashes on exit when these destructors were invoked.

2. The change to FileStreamUpdater.cpp fixes a case where the thread can never 
exit once EOF is reached in non-looping mode (was stuck in inner loop).



Original issue reported on code.google.com by mobile.t...@gmail.com on 22 Sep 2014 at 7:52

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by mobile.t...@gmail.com on 22 Sep 2014 at 7:58

Attachments:

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

1 participant