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
I'm trying to build a python app using uWSGI in an alpine based container image. However, uWSGI fails already during startup with the error message unable to set PTHREAD_PRIO_INHERIT.
Full log:
[uWSGI] getting INI configuration from uwsgi.ini
*** Starting uWSGI 2.0.25.1 (64bit) on [Wed Jun 12 14:09:48 2024] ***
compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
os: Linux-6.5.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 9 22:39:36 UTC 2024
nodename: 67cfac20d99c
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 2
current working directory: /
detected binary path: /usr/sbin/uwsgi
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
unable to set PTHREAD_PRIO_INHERIT
I'm running an Apple M2 Pro chip and the error persists both for linux/arm64 and linux/amd64 builds. When using an debian based image, the issue does not occur.
The text was updated successfully, but these errors were encountered:
I'm trying to build a python app using uWSGI in an alpine based container image. However, uWSGI fails already during startup with the error message
unable to set PTHREAD_PRIO_INHERIT
.Full log:
Minimum Dockerfile to reproduce this error:
with
uwsgi.ini
I'm running an Apple M2 Pro chip and the error persists both for
linux/arm64
andlinux/amd64
builds. When using an debian based image, the issue does not occur.The text was updated successfully, but these errors were encountered: