-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Enclave Creation in simulation mode #5
Comments
The SGX tests worked properly:
However, when running teechain_send.sh I receive seg faults:
The computer I am running this on has 8GB of ram, I recall reading that the seg faults are usually due to too little ram. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ubuntu 16.04 LTE
Non-Intel processor on computer
Intel SGX installed
Results of running /src/bin/testnet/teechain_deposits.sh:
So far the enclave is not being created and the teechain_deposits.sh is stuck in this loop.
I see that because the alice.txt nor bob.txt has not added "Enclave created", then line 42 fails to break out of the while loop.
I tried manually executing line 49 to see what happens (./teechain primary -p $ALICE_PORT) and I received:
./teechain: error while loading shared libraries: libsgx_urts_sim.so: cannot open shared object file: No such file or directory
Which leads me to believe that there is possibly something wrong with my installation/configuration of the Intel SGX simulation mode.
I will provide updates as I continue looking at this, any further insight would be appreciated.
The text was updated successfully, but these errors were encountered: