Skip to content
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

Handle signal inside enclave #68

Open
dominions opened this issue Mar 21, 2021 · 0 comments
Open

Handle signal inside enclave #68

dominions opened this issue Mar 21, 2021 · 0 comments

Comments

@dominions
Copy link

I am trying to handle signals inside the enclave. I notice that Asylo modified SGX SDK to support handling signals inside the enclave.
Therefore, I follow the patches of intel/linux-sgx#222 and intel/linux-sgx#223 to modify SGX sdk 2.13 .
But the program crashed when the signal handler function ECALL into the enclave with cssa = 1 even I increase the STATIC_STACK_SIZE size.
If there are other codes need to be modified to support this feature?
Looking forward to your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant