-
Notifications
You must be signed in to change notification settings - Fork 398
[APMAPI-1774] Fix stable config segfault during error handling #5073
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
base: master
Are you sure you want to change the base?
Conversation
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage 🔗 Commit SHA: 96fd814 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
ivoanjo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a couple of fixes but I think this makes sense overall!
eb14b37 to
2c618e4
Compare
BenchmarksBenchmark execution time: 2025-11-21 10:05:25 Comparing candidate commit 96fd814 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 44 metrics, 2 unstable metrics. |
ivoanjo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
What does this PR do?
This fixes a segfault that happens when stable config returns an error. he error is free twice
Motivation:
https://github.com/DataDog/dd-trace-rb/actions/runs/19506133836/job/55832894119?pr=5062
Change log entry
Yes. Stable config: Fix potential segfault during configuration file parsing
Additional Notes:
How to test the change?