-
Notifications
You must be signed in to change notification settings - Fork 125
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
fatal error: checkptr: pointer arithmetic result points to invalid allocation #34
Comments
Same here with go 1.18
|
Here's the offending line: Line 129 in f09979e
My understanding of the issue: the sanitizer expects that an The cleanest thing would be to use |
I'm getting the same issue. Here is a really simple test to reproduce it (I'm running golang version 1.19):
|
Do you have any updates? See #29 (comment) |
related issue: pingcap/tidb#29086
We got the following error when running
go test -race
on Go1.15 andgo test -race -d=checkptr
on Go1.13. Does anyone know why this happens?The text was updated successfully, but these errors were encountered: