-
Notifications
You must be signed in to change notification settings - Fork 653
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: converted pointer straddles multiple allocations #391
Labels
Comments
This was referenced Jan 25, 2023
Resolved in #407. Note that release-1.3 still has this issue, but no plan to resolve it for release-1.3, because
|
missinglink
pushed a commit
to missinglink/bbolt
that referenced
this issue
Dec 5, 2023
Points: 1. There are lots of duplicated definitions between bolt and guts_cli, which is definitely not good. 2. The implementation in guts_cli also has issue, please refer to etcd-io#391. This refactoring can fix the issue. Signed-off-by: Benjamin Wang <[email protected]>
roperzh
added a commit
to fleetdm/fleet
that referenced
this issue
Feb 29, 2024
scheduled tests, which are run with `-race` are [failing][1], this was fixed in the `etcd-io/bbolt` fork of the now archived `boltdb/bolt`, for more details check [this issue][2]. since boltdb is used only for tests, and they're passing after switching to the fork, this seems like a reasonable way to fix them. [1]: https://github.com/fleetdm/fleet/actions/runs/8090809417 [2]: etcd-io/bbolt#391
2 tasks
roperzh
pushed a commit
to fleetdm/fleet
that referenced
this issue
Feb 29, 2024
scheduled tests, which are run with `-race` are [failing][1], this was fixed in the `etcd-io/bbolt` fork of the now archived `boltdb/bolt`, for more details check [this issue][2]. since boltdb is used only for tests, and they're passing after switching to the fork, this seems like a reasonable way to fix them. [1]: https://github.com/fleetdm/fleet/actions/runs/8090809417 [2]: etcd-io/bbolt#391 # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
passiondev2024
added a commit
to passiondev2024/bbolt
that referenced
this issue
Mar 20, 2024
Points: 1. There are lots of duplicated definitions between bolt and guts_cli, which is definitely not good. 2. The implementation in guts_cli also has issue, please refer to etcd-io/bbolt#391. This refactoring can fix the issue. Signed-off-by: Benjamin Wang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: