You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 job finished with an exit code: 125
Additional information
Attaching the logs & manifest file use
gsc_manifest.txt
ovms_rel1.0_6.log
d
The text was updated successfully, but these errors were encountered: