We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I did some tests with an enclaved nginx (See Repo). I left the nginx in the idle mode and after a while (approx. 5 min) the nginx was down.
Here are the information from the terminal output:
nginx-sgx \| Gramine is starting. Parsing TOML manifest file, this may take some time... nginx-sgx \| [P3:T3:nginx] assert failed ../LibOS/shim/src/sys/shim_socket.c:1448 total_bytes < peek_buffer->end - peek_buffer->start nginx-sgx \| [P1:shim] error: Child process (vmid: 0x3) got disconnected nginx-sgx \| assert failed ../Pal/src/db_object.c:51 !UNKNOWN_HANDLE(handle_array[i]) nginx-sgx exited with code 1
Do you have an idea what the issue is?
Thanks in advance!
Denis
The text was updated successfully, but these errors were encountered:
The old networking code is buggy and was rewritten: #579. Should be merged ~soon.
Sorry, something went wrong.
@dzygann #579 was merged, please try the current master
Hi @boryspoplawski,
I just tested it and I can't reproduce the issue. Seems to work 👍
Thanks for your help!
No branches or pull requests
Hi,
I did some tests with an enclaved nginx (See Repo).
I left the nginx in the idle mode and after a while (approx. 5 min) the nginx was down.
Here are the information from the terminal output:
Do you have an idea what the issue is?
Thanks in advance!
Denis
The text was updated successfully, but these errors were encountered: