Closed jodh-intel closed 7 years ago
Note that unlike the runtime (https://github.com/clearcontainers/runtime/issues/688), we could set this behaviour using the GOTRACEBACK
environment variable in cc-proxy.service
to allow the behaviour to be configurable. However, that could happen at a later date if really required (the ability to capture crash details is extremely useful so it's preferable not to disable the feature).
kubernetes qa-passed 👍
Override the default golang panic handling by printing a full traceback (not just for the current goroutine) and coredumping to allow crash-handling programs like apport to log the details.
Fixes #141.
Signed-off-by: James O. D. Hunt james.o.hunt@intel.com