-
Notifications
You must be signed in to change notification settings - Fork 55
main: stacktrace/coredump on error #61
main: stacktrace/coredump on error #61
Conversation
Replaces #60. See also: kata-containers/shim#59. |
static check fail on Travis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shame the go generics could not quite do this for us.
lgtm
2bb9763
to
203aac5
Compare
Branch updated. |
If the proxy fails due to an internal error or if it receives a fatal signal, write a stack trace to the log and exit. If it was started with `--debug` also dump core. Note: `handleVersion()` introduced to keep `gocyclo` happy. Fixes kata-containers#59. Signed-off-by: James O. D. Hunt <[email protected]>
203aac5
to
33b4a1d
Compare
Travis is now happy. |
ping @kata-containers/proxy. |
LGTM |
Wow, I'd forgotten about this one. CAn we get one more ack before we consider force-merging? :) |
2 weeks is a long time on this project ;) |
Please can we get some eyeballs on this? This PR has been open for 18 days now. It's non-contentious and is very similar in content to the following already-merged PRs: |
LGTM ‘casue it's a similar PR. @WeiZhang555 Can you help @jodh-intel get review +1 |
I think you can reping members... |
If the proxy fails due to an internal error or if it receives
a fatal signal, write a stack trace to the log and exit.
If it was started with
--debug
also dump core.Fixes #59.
Signed-off-by: James O. D. Hunt [email protected]