You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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:
Negative results on enabling GOEXPERIMENT=cgocheck2 on the Oracle CI builds for either master or the v1.0 branch for N=2. The next thing to try is a soak test using the workload subcommand. This assumes that it’s A) actually a cgo-related memory corruption issue as opposed to some other runtime bug, B) that the cgo checks could catch whatever bad behavior might exist, and C) that it’s reasonably likely to happen again.
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.
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: