-
Notifications
You must be signed in to change notification settings - Fork 170
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
PG Patch Segmentation Fault #449
Comments
Thanks for opening this issue. This is our first report of an issue with this patch causing Would you be able to disable the instrumentation to confirm the issue is not related to concurrent access of DB connections? ged/ruby-pg#493 |
We're running I will look into disabling this temporarily. Might take a few days to get back / verify the issue persists or goes away. |
Thank you. If you have the ability to updating environment variables without requiring code changes, you may consider setting |
pg-1.5.3 fixes a possible segfault in |
We upgraded this for other reasons but this appears to be resolved. Thank you. |
Experiencing this with 1.5.3
|
@Amnesthesia your segfault happens in a different line of code. It's probably this issue in Macos: ged/ruby-pg#538 |
@larskanis Turned out to be Solved by uninstalling |
We randomly see segmentation faults within
opentelemetry-instrumentation-pg
(0.24).This does not seem to affect our application though I did not see a report of it either.
Share details about your runtime
Operating system details: Linux, Ubuntu 20.04.6 LTS (Heroku)
RUBY_ENGINE: "ruby"
RUBY_VERSION: "3.1.4"
RUBY_DESCRIPTION: "ruby 3.1.4p223 (2023-03-30 revision 957bb7cb81) [x86_64-linux]"
opentelemetry-api: 1.1.0
opentelemetry-common: 0.19.6
opentelemetry-sdk: 1.2.0
Backtrace
The text was updated successfully, but these errors were encountered: