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
It has come to my attention that current builds of ContainerPilot could be suffering from another underlying issue in SmartOS LX brand zones (containers). The gist of the issue originates from Go compiled binaries receiving an unexpected SIGABRT due to signal interpositioning under Illumos. Some dev reproductions noted the problem during SIGCHLD handling which also coincided with customer reports, known core dumps and ContainerPilot features.
This SmartOS issue has been addressed in release 20171221T020409Z. Some customers have noted better support of ContainerPilot after this release.
Also, we should build and test ContainerPilot under Go 1.10. I'll leave this ticket open to address that.
The text was updated successfully, but these errors were encountered:
Ref: OS-6467
It has come to my attention that current builds of ContainerPilot could be suffering from another underlying issue in SmartOS LX brand zones (containers). The gist of the issue originates from Go compiled binaries receiving an unexpected
SIGABRT
due to signal interpositioning under Illumos. Some dev reproductions noted the problem duringSIGCHLD
handling which also coincided with customer reports, known core dumps and ContainerPilot features.This SmartOS issue has been addressed in release 20171221T020409Z. Some customers have noted better support of ContainerPilot after this release.
Also, we should build and test ContainerPilot under Go 1.10. I'll leave this ticket open to address that.
The text was updated successfully, but these errors were encountered: