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

Race condition / pthread error when predicting #1522

Open
Bycob opened this issue May 16, 2023 · 0 comments
Open

Race condition / pthread error when predicting #1522

Bycob opened this issue May 16, 2023 · 0 comments
Labels

Comments

@Bycob
Copy link
Contributor

Bycob commented May 16, 2023

Version:

DeepDetect v0.24.0-dirty (dev)
GIT REF: heads/v0.24.0:41bd5c0020380fe3c97ddf3d76504d59cc0a4621
COMPILE_FLAGS: USE_CAFFE2=OFF USE_TF=OFF USE_NCNN=OFF USE_TORCH=ON USE_HDF5=ON USE_CAFFE=ON USE_TENSORRT=OFF USE_TENSORRT_OSS=OFF USE_DLIB=OFF USE_CUDA_CV=OFF USE_SIMSEARCH=ON USE_ANNOY=OFF USE_FAISS=ON USE_COMMAND_LINE=ON USE_JSON_API=ON USE_HTTP_SERVER=OFF USE_CUDA_CV=OFF
DEPS_VERSION: OPENCV_VERSION=4.2.0 CUDA_VERSION=11.8 CUDNN_VERSION=8.7.0 TENSORRT_VERSION=

Trace:

dede: tpp.c:82: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)' failed.
 0# dd::OatppJsonAPI::abort(int) at /opt/deepdetect/src/oatppjsonapi.cc:342
 1# 0x00007FF278562090 in /usr/lib/x86_64-linux-gnu/libc.so.6
 2# raise in /usr/lib/x86_64-linux-gnu/libc.so.6
 3# abort in /usr/lib/x86_64-linux-gnu/libc.so.6
 4# 0x00007FF278541729 in /usr/lib/x86_64-linux-gnu/libc.so.6
 5# 0x00007FF278552FD6 in /usr/lib/x86_64-linux-gnu/libc.so.6
 6# __pthread_tpp_change_priority in /usr/lib/x86_64-linux-gnu/libpthread.so.0
 7# __pthread_mutex_lock_full in /usr/lib/x86_64-linux-gnu/libpthread.so.0
 8# dd::ServiceStats::predict_end(bool) at /opt/deepdetect/src/service_stats.cc:52
@beniz beniz added the type:bug label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants