-
Notifications
You must be signed in to change notification settings - Fork 11.1k
gRPC extension prevents PHP execution #31772
Copy link
Copy link
Open
Description
What version of gRPC and what language are you using?
grpc 1.51.1
PHP 7.4.33
What operating system (Linux, Windows,...) and version?
Linux
What runtime / compiler are you using (e.g. python version or version of gcc)
Whatever php:7.4-fpm-buster docker image is running.
What did you do?
Compiled a new gRPC php extension version and when running anything with PHP - we get this error:
What did you expect to see?
normally running PHP process
What did you see instead?
any PHP process hangs with this error message:
E1130 11:14:11.870998498 29 thread_pool.cc:253] Waiting for thread pool to idle before forking
Anything else we should know about your project / environment?
Reactions are currently unavailable