Skip to content
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

Observe failure in thread creation via pthread_create() #27

Open
mjkambex opened this issue Nov 2, 2021 · 0 comments
Open

Observe failure in thread creation via pthread_create() #27

mjkambex opened this issue Nov 2, 2021 · 0 comments

Comments

@mjkambex
Copy link

mjkambex commented Nov 2, 2021

Description of the problem

Observe failure in thread creation

Steps to reproduce

Using gramine release tag 1.0

We are running the OpenVINO Model Server within GSC signed docker image. In our case, OVMS is running along with NGINX configured in reverse proxy mode.

Expected results

OVMS should be running and should be able to load the model successfully and inference should be successful

Actual results

pthread creation is failing while loading the model and OVMS is exiting.

Below is the snippet of log:

2021-11-08 14:09:27.718214: F external/org_tensorflow/tensorflow/core/platform/default/env.cc:73] Check failed: ret == 0 (11 vs. 0)Thread creation via pthread_create() failed.
xargs: /ovms/bin/./ovms: terminated by signal 6

  • MODEL_SERVER_EXIT_CODE=125
  • echo 'Model server job finished with an exit code: 125'
    Model server job finished with an exit code: 125

Additional information

Attaching the logs & manifest file use
gsc_manifest.txt
ovms_rel1.0_6.log
d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant