Replies: 2 comments 7 replies
-
You can try removing undeeded libraries (most of them are provided by Gramine in |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to run this very simple program Haskell program that says "Hello World" using Gramine
(Added the flushing of stdout after reading this - #788)
However, when I try to run this application using
gramine-sgx
the application hangs. With the DEBUG build, I get the following:Is the issue happening due to the usage of the
clock_gettime()
function? (The GHC runtime uses this).My manifest file looks like this - https://gist.github.com/Abhiroop/36b36ab858965f3803755e598030eaf8
And the Makefile - https://gist.github.com/Abhiroop/c67815df12bf27ed305158d4118c6ed6 (The Makefile is a minor modification of the
helloworld
project https://github.com/gramineproject/gramine/tree/master/CI-Examples/helloworld and the manifest adds the shared libraries required by a ghc-produced binary).Can someone help with debugging this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions