gramine
gramine copied to clipboard
[P1:T1:] error: Error during libos_init() in init_exec_handle (-13)
When I use gramine-sgx to run my application I got this error:
[P1:T1:] error: Error during libos_init() in init_exec_handle (-13)
But when I use gramine-direct to run my application,it works well. Why this happen?
Please use our bug-reporting template, and do not include screenshots.
Maybe you have very low sgx.enclave_size
option in your manifest file? Try to increase its value.