-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix Segfault related to corrupted memory in Go runtime (1.22.6) #1039
Comments
Notes for myself:
|
Negative results on enabling |
Thanks for running those tests @bobvawter . We've discussed offline in a thread, but a helpful next step here is to add the extra CGO checks, like above, and run soak tests for the C to Oracle case. I'm currently looking into the GH issues on Go and see a couple of other cases where users have run into this issue: Key notes here:
Filter for finding similar issues Edit: original issue closed, tracking this now: golang/go#68632 |
Environment
replicator version
(specifically the git SHA):Describe the bug
Customer ran into this segmentation violation:
SIGSEGV: segmentation violation
PC=0x428c17 m=71 sigcode=1 addr=0x20
By looking at m=71, you can see this is the issue that caused it:
@bobvawter pointed out that this looks related to this ticket opened in the Go repository for runtime: golang/go#68632
Given that the ticket is still unresolved, we need to stay posted and patch our version of Go once a fix is out (pending repro and diagnoses on the Go side)
The text was updated successfully, but these errors were encountered: