Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Implement standard signal and crash handling behaviour #32

Closed
jodh-intel opened this issue Apr 23, 2018 · 1 comment
Closed

Implement standard signal and crash handling behaviour #32

jodh-intel opened this issue Apr 23, 2018 · 1 comment
Assignees

Comments

@jodh-intel
Copy link
Contributor

Add standard signal handling behaviour:

  • backtrace on internal error or fatal signal and exit.
  • core dump on internal error or fatal signal if debug enabled.
  • backtrace on SIGUSR1 if debug enabled but continue to run.

For example, see:

@jodh-intel jodh-intel self-assigned this Apr 23, 2018
jodh-intel added a commit to jodh-intel/ksm-throttler that referenced this issue Jun 1, 2018
Add the standard project signal handling. However, since it needs to be
applied to two different binaries, encapsulate it in a new package.

Fixes kata-containers#32.

Signed-off-by: James O. D. Hunt <[email protected]>
@jodh-intel
Copy link
Contributor Author

Branch needs an update since it's blocked on #40 landing.

jodh-intel added a commit to jodh-intel/ksm-throttler that referenced this issue Jun 5, 2018
Add the standard project signal handling. However, since it needs to be
applied to two different binaries, encapsulate it in a new package.

Fixes kata-containers#32.

Signed-off-by: James O. D. Hunt <[email protected]>
jodh-intel added a commit to jodh-intel/ksm-throttler that referenced this issue Jun 5, 2018
Add the standard project signal handling. However, since it needs to be
applied to two different binaries, encapsulate it in a new package.

Fixes kata-containers#32.

Signed-off-by: James O. D. Hunt <[email protected]>
jodh-intel added a commit to jodh-intel/ksm-throttler that referenced this issue Jun 5, 2018
Add the standard project signal handling. However, since it needs to be
applied to two different binaries, encapsulate it in a new package.

Fixes kata-containers#32.

Signed-off-by: James O. D. Hunt <[email protected]>
jodh-intel added a commit to jodh-intel/ksm-throttler that referenced this issue Jun 7, 2018
Add the standard project signal handling. However, since it needs to be
applied to two different binaries, encapsulate it in a new package.

Fixes kata-containers#32.

Signed-off-by: James O. D. Hunt <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant