opensgx icon indicating copy to clipboard operation
opensgx copied to clipboard

sgx_init crashes

Open rahulkalpsts107 opened this issue 8 years ago • 0 comments

The sgx-host code crashes when I try to run it after compilation When run it gives an error - Illegal Instruction ( core dumped) After putting a couple of prints I found the crash was in static void encls_qemu_init(uint64_t startPage, uint64_t endPage) So I assume the sgx_init API crashes .

rahulkalpsts107 avatar Nov 20 '16 02:11 rahulkalpsts107