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
I encounter a problem when running this code. It shows me "Segmentation fault(core dump)" when running ./app. I find that this problem comes from the code in /loader/Enclave/loader.cpp and to be more specific, in function cpy(), dst[szie] cannot access. Thanks for Mr. Jaebaek, I finally correct it. If anyone else has the same problem, please change the MaxStackSize and MaxHeapSize of the file named Enclave.config.xml in /loader/Enclave.
The text was updated successfully, but these errors were encountered:
I encounter a problem when running this code. It shows me "Segmentation fault(core dump)" when running ./app. I find that this problem comes from the code in /loader/Enclave/loader.cpp and to be more specific, in function cpy(), dst[szie] cannot access. Thanks for Mr. Jaebaek, I finally correct it. If anyone else has the same problem, please change the MaxStackSize and MaxHeapSize of the file named Enclave.config.xml in /loader/Enclave.
The text was updated successfully, but these errors were encountered: