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

PHP Docker usage examples #29

Open
macielcr7 opened this issue Feb 1, 2023 · 1 comment
Open

PHP Docker usage examples #29

macielcr7 opened this issue Feb 1, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@macielcr7
Copy link

macielcr7 commented Feb 1, 2023

when you run any example using the configuration docker

E0201 16:23:53.596260122     170 thread_pool.cc:253]                   Waiting for thread pool to idle before forking
E0201 16:23:56.596381093     170 thread_pool.cc:253]                   Waiting for thread pool to idle before forking
E0201 16:23:59.596502744     170 thread_pool.cc:253]                   Waiting for thread pool to idle before forking
@macielcr7 macielcr7 added the bug Something isn't working label Feb 1, 2023
@evan-hines-js
Copy link

I had the same issues. Updating line 19 of the the Dockerfile to pull a grpc release before 1.51 works. 1.51 had a bug regarding forks.
grpc/grpc#31772

-RUN pecl install protobuf-${PROTOBUF_VERSION} grpc \
+RUN pecl install protobuf-${PROTOBUF_VERSION} grpc-1.49.0 \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants