Skip to content
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

Found pointer to free object #134

Open
patricksandquist opened this issue Jul 25, 2023 · 0 comments
Open

Found pointer to free object #134

patricksandquist opened this issue Jul 25, 2023 · 0 comments

Comments

@patricksandquist
Copy link

We've been seeing some occasional restarts in our orchestrator service with added load. Looking at the logs, it seems to be a free object pointer:

0xc01f75bff0 alloc unmarked
fatal error: found pointer to free object

This matches the issue identified in https://github.com/segmentio/webhook-functions-consumer/pull/173 and I can also find the segmentio/encoding library in my stack trace. I updated my service to use the stdlib json library and have not seen this issue since.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant