-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
race detector: fatal error: checkptr: pointer arithmetic computed bad pointer value #1957
Comments
I just realize this is a dependency, so here the issue for it: go-gl/gl#124 |
Also: go-gl/gl#80 |
From
|
Looks like an issue triggered by Go 1.14 pingcap/tidb#14972 |
Hello there! For example, instead of calling There are a few more overloads with In general, any use of I have not reviewed the fyne code, my proposal is to remove any use of |
Thanks so much for your hints there @dertseha that worked well and this issue is now resolved :) |
This was resolved in 7af0d98, not sure why it was not linked to this issue |
Describe the bug:
Starting an application with
go run --race .
crashes with the following error at startup:Example code:
For now I assume it will crash with every application given that it crashes way down in the gl code. If this is not the case let me know and I will try to provide minimal reproducable code.
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: