-
Notifications
You must be signed in to change notification settings - Fork 39
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
helloworld-r
: Rscript execution error: Function not implemented
#102
Comments
I suspect this to be the problem: |
I found out that forks are not yet supported, so the problem was linked to what I suspected. Although, I configured the Kraftfile to work with
|
The helloworld-r example (Pr #101) gives the following output:
Rscript execution error: Function not implemented
I tried to debug by uncommenting the
# CONFIG_LIBSYSCALL_SHIM_STRACE: 'y'
line in the Kraftfile:And this is the output for helloworld-c, as a comparison:
The text was updated successfully, but these errors were encountered: