-
Notifications
You must be signed in to change notification settings - Fork 4
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
Panic in honeycomb extension #79
Comments
Hey @roryj-vendia - thanks for the report. We'll take a look and see what we can find. |
2022-04-14T12:33:31.311-07:00 [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x4e6786] |
Hey, We saw the same issue for the third time recently. Please take a look. Thanks. |
Apparently this issue has already been root caused in honeycombio/libhoney-go#154 and fixed in honeycombio/libhoney-go#156 It was unclear from the documentation here and in the releases that there was a newer version of the lambda extension available, which there appears to be version 9 now. Can you update the releases and documentation to let us know what is the latest and greatest for this extension? Thanks! |
Ah! You are absolutely right @roryj-vendia , looks like we totally missed a step in here. The fix was in libhoney-go version 1.15.7, and the latest lambda extension (layer version 9, v10.2.0) is on libhoney-go 1.15.8. I'll look at updating those docs now and will report back. |
@roryj-vendia , @gavinyue-vendia , the docs and README have been updated to reflect the latest lambda layer. We'll close out this issue with this update but if it turns out it doesn't solve the problem by using the new version, feel free to comment back on here and/or open a new issue if it's a different error. |
Hi there! We use have been using the lambda honeycomb extension for a while now, and this is the first time I have seen a panic from the extension. I have posted below the output of our cloudwatch logs, which unfortunately doesn't have a lot of information besides the fact that the code segfaulted.
Versions
arn:aws:lambda:us-east-1:702835727665:layer:honeycomb-lambda-extension-x86_64:8
Steps to reproduce
I am not sure! We have been using the extension in a lot of our Lambda functions up to this point, and this is the first example we have seen panic.
Additional context
We do have two additional layers as part of our lambda function, but these layers are python libraries that we use as part of our function code.
The text was updated successfully, but these errors were encountered: