-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mc-sgx-panic-log
#24
Conversation
Codecov Report
@@ Coverage Diff @@
## trusted-stderr #24 +/- ##
===============================================
Coverage 87.59% 87.59%
===============================================
Files 4 4
Lines 129 129
===============================================
Hits 113 113
Misses 16 16 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
7d70100
to
c3d1b86
Compare
01e877c
to
c8329df
Compare
2797a56
to
5ee332c
Compare
c8329df
to
408c79a
Compare
408c79a
to
dfb54d8
Compare
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.
Approving conditional on the mc-sgx-io
changes getting merged (the stderr_write_all
bit at least looks fine to me in that PR, for the record).
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.
Looks good to me, simple addition of a new (currently very small) crate
Add a panic handler that will log the panic info from an SGX enclave to the host
edd9687
to
12095c5
Compare
dfb54d8
to
8c1f25f
Compare
Add a panic handler that will log the panic info from an SGX enclave to
the host
Future Work
Remove use of String for the
info
struct, added a task to #29 for this.