We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: