You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SGX-LKL has only limited signal support. Signal handlers can be installed for SIGSEGV and SIGFPE. SIGILL handling is currently only used for transparently handling CPUID and RDTSC instructions which are illegal in SGX v1. Custom handlers should be supported at least for the most common catchable signals.
Also, a number of signal related functions/system calls such as sigsuspend, sigprocmask, sigwait are currently not supported. Ultimately these should be implemented within the enclave.
The text was updated successfully, but these errors were encountered:
Currently SGX-LKL has only limited signal support. Signal handlers can be installed for SIGSEGV and SIGFPE. SIGILL handling is currently only used for transparently handling
CPUID
andRDTSC
instructions which are illegal in SGX v1. Custom handlers should be supported at least for the most common catchable signals.Also, a number of signal related functions/system calls such as
sigsuspend
,sigprocmask
,sigwait
are currently not supported. Ultimately these should be implemented within the enclave.The text was updated successfully, but these errors were encountered: