-
Notifications
You must be signed in to change notification settings - Fork 11
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
Segmentation fault when executing logger #1
Comments
Please check if you are using the non-stripped libraries of the PSW, e.g., like so: |
Hi,I also meet the same problems.
The experimental app is the Intel offical SampleEnclave. I tried liblogger.so in hardware mode. |
Hi bronzeMe, Your segfault seemd to be due to a bug in sgx-perf regarding AEX tracing. I pushed a fix. Can you try again please? I also pushed checks for getting the stripped symbols. |
Thank you so much for your help, it works well now!! |
I follow the README building sgx-perf and execute logger, but failed because of a segmentation fault like this.
I tried several apps but got the same result. Neither liblogger and libloggersim can execute correctly.
However, this only happens in hardware mode. Logger in simulation mode with apps built in SIM mode can execute well. Of course, apps can run without logger in hardware mode.
Can somebody tell me is there some wrong with sgx-perf or my apps?
The text was updated successfully, but these errors were encountered: