-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Using -race flag throws runtime checkptr errors #464
Comments
duplicate of #30 |
@gucio321 I will make some time and fix this soon. |
@bashthekeys check again it works now! |
Thank you, brilliant it’s working :) Enabled me to track and fix some data races in my code.
Will there be any focus on fixing the race conditions it now shows in imgui ?
… On 12 Jul 2022, at 07:37, M.Sz. ***@***.***> wrote:
@bashthekeys <https://github.com/bashthekeys> check again it works now!
—
Reply to this email directly, view it on GitHub <#464 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AXA257KZWGK6UVLIPHLAH73VTUHEHANCNFSM5PJWCUMQ>.
You are receiving this because you were mentioned.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running with -race flag there are checkptr errors thrown in the code, this happens with data passed to the imgui TextureID function and Vertexbuffer data. Similar issues are reported on the imgui repo, and are claimed fixed.
The text was updated successfully, but these errors were encountered: