sslab-gatech / opensgx

OpenSGX
Other
293 stars 80 forks source link

sgx_init crashes #51

Open rahulkalpsts107 opened 7 years ago

rahulkalpsts107 commented 7 years ago

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 .