-
Notifications
You must be signed in to change notification settings - Fork 536
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
althrd_starter data race #7
Comments
I'm not sure I see where the race condition is in althrd_starter. Can you clarify what the problem is? |
I found it using the package VTune, or Visual studio profiler. If I will remove thread support ,much do I lose?I honestly did not delve into the code of OpenAL.. |
OpenAL Soft requires threading to do background processing, including audio mixing. Does VTune or the Visual Studio Profiler describe what the race condition is? I'm still not able to see the problem. |
sorry me for long time. VS-profiler says what race with main thread. Xm, I will check how fixed this problem-so maybe problems from my implementation of threads (It's based on Task-Based model. Updating audio is another task) |
sorry me for long time, again, but problem is still on 1.17.1 Compiler: VS2015 update 1 So how i can make own solution for mixing?(I have own system of threads) |
Unfortunately I still don't know what the issue is. |
Closing due to lack of information on what the problem actually is. All tests I've done check out fine, and there's no information here to show where there's a problem. |
Hi
i found data race in thread althrd_starter.
detected using vs2015 and VTune.
In my engine used task based threading.
and updating listener position is task
The text was updated successfully, but these errors were encountered: