Please provide either 1) A unit test for reproducing the bug or 2) Specific steps for us to follow to reproduce the bug. If there’s not enough information to debug the problem, gRPC team may close the issue at their discretion. You’re welcome to re-open the issue once you have a reproduction.
Compilation enter into indefinite loop and never ends.
Part of pecl install grpc log:
Starting to download grpc-1.78.0.tgz (6,898,758 bytes)
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done: 6,898,758 bytes
3416 source files, building
running: phpize
Configuring for:
PHP Api Version: 20230831
Zend Module Api No: 20230831
Zend Extension Api No: 420230831
configure.ac:162: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:162: You should run autoupdate.
build/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:162: the top level
building in /tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0
running: /tmp/pear/temp/grpc/configure --with-php-config=/usr/bin/php-config
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking how to run the C preprocessor... cc -E
checking for egrep -e... (cached) /usr/bin/grep -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php/20230831 -I/usr/include/php/20230831/main -I/usr/include/php/20230831/TSRM -I/usr/include/php/20230831/Zend -I/usr/include/php/20230831/ext -I/usr/include/php/20230831/ext/date/lib
checking for PHP extension directory... /usr/lib/php/20230831
checking for PHP installed headers prefix... /usr/include/php/20230831
checking if debug is enabled... no
checking if zts is enabled... no
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable grpc support... yes, shared
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... unsupported
checking for g++ option to enable C++98 features... unsupported
checking how to run the C++ preprocessor... g++ -E
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/x86_64-linux-gnu-ld
checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for gawk... (cached) nawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64
checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
running: make
/bin/bash /tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/libtool --tag=CXX --mode=compile g++ -I. -I/tmp/pear/temp/grpc -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/include -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/main -I/tmp/pear/temp/grpc -I/usr/include/php/20230831 -I/usr/include/php/20230831/main -I/usr/include/php/20230831/TSRM -I/usr/include/php/20230831/Zend -I/usr/include/php/20230831/ext -I/usr/include/php/20230831/ext/date/lib -I/tmp/pear/temp/grpc/include -I/tmp/pear/temp/grpc/src/core/ext/upb-gen -I/tmp/pear/temp/grpc/src/core/ext/upbdefs-gen -I/tmp/pear/temp/grpc/src/php/ext/grpc -I/tmp/pear/temp/grpc/third_party/abseil-cpp -I/tmp/pear/temp/grpc/third_party/address_sorting/include -I/tmp/pear/temp/grpc/third_party/boringssl-with-bazel/src/include -I/tmp/pear/temp/grpc/third_party/re2 -I/tmp/pear/temp/grpc/third_party/upb -I/tmp/pear/temp/grpc/third_party/utf8_range -I/tmp/pear/temp/grpc/third_party/xxhash -DHAVE_CONFIG_H -std=c++17 -fno-
exceptions -fno-rtti -g -O2 -fvisibility=hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX='"PHP"' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"1.78.0"' -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/grpc/src/core/call/call_arena_allocator.cc -o src/core/call/call_arena_allocator.lo -MMD -MF src/core/call/call_arena_allocator.dep -MT src/core/call/call_arena_allocator.lo
libtool: compile: g++ -I. -I/tmp/pear/temp/grpc -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/include -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/main -I/tmp/pear/temp/grpc -I/usr/include/php/20230831 -I/usr/include/php/20230831/main -I/usr/include/php/20230831/TSRM -I/usr/include/php/20230831/Zend -I/usr/include/php/20230831/ext -I/usr/include/php/20230831/ext/date/lib -I/tmp/pear/temp/grpc/include -I/tmp/pear/temp/grpc/src/core/ext/upb-gen -I/tmp/pear/temp/grpc/src/core/ext/upbdefs-gen -I/tmp/pear/temp/grpc/src/php/ext/grpc -I/tmp/pear/temp/grpc/third_party/abseil-cpp -I/tmp/pear/temp/grpc/third_party/address_sorting/include -I/tmp/pear/temp/grpc/third_party/boringssl-with-bazel/src/include -I/tmp/pear/temp/grpc/third_party/re2 -I/tmp/pear/temp/grpc/third_party/upb -I/tmp/pear/temp/grpc/third_party/utf8_range -I/tmp/pear/temp/grpc/third_party/xxhash -DHAVE_CONFIG_H -std=c++17 -fno-exceptions -fno-rtti -g -O2 -fvisibility=hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_L
EAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"PHP\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.78.0\" -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/grpc/src/core/call/call_arena_allocator.cc -MMD -MF src/core/call/call_arena_allocator.dep -MT src/core/call/call_arena_allocator.lo -fPIC -DPIC -o src/core/call/.libs/call_arena_allocator.o
In file included from /tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_like.h:25,
from /tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:24,
from /tmp/pear/temp/grpc/src/core/lib/promise/activity.h:30,
from /tmp/pear/temp/grpc/src/core/lib/resource_quota/memory_quota.h:39,
from /tmp/pear/temp/grpc/src/core/lib/resource_quota/arena.h:39,
from /tmp/pear/temp/grpc/src/core/call/call_arena_allocator.h:24,
from /tmp/pear/temp/grpc/src/core/call/call_arena_allocator.cc:15:
/tmp/pear/temp/grpc/src/core/util/function_signature.h:34:35: warning: trigraph '??(' ignored, use '-trigraphs' to enable [-Wtrigraphs]
34 | #define GRPC_FUNCTION_SIGNATURE "???()"
/bin/bash /tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/libtool --tag=CXX --mode=compile g++ -I. -I/tmp/pear/temp/grpc -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/include -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/main -I/tmp/pear/temp/grpc -I/usr/include/php/20230831 -I/usr/include/php/20230831/main -I/usr/include/php/20230831/TSRM -I/usr/include/php/20230831/Zend -I/usr/include/php/20230831/ext -I/usr/include/php/20230831/ext/date/lib -I/tmp/pear/temp/grpc/include -I/tmp/pear/temp/grpc/src/core/ext/upb-gen -I/tmp/pear/temp/grpc/src/core/ext/upbdefs-gen -I/tmp/pear/temp/grpc/src/php/ext/grpc -I/tmp/pear/temp/grpc/third_party/abseil-cpp -I/tmp/pear/temp/grpc/third_party/address_sorting/include -I/tmp/pear/temp/grpc/third_party/boringssl-with-bazel/src/include -I/tmp/pear/temp/grpc/third_party/re2 -I/tmp/pear/temp/grpc/third_party/upb -I/tmp/pear/temp/grpc/third_party/utf8_range -I/tmp/pear/temp/grpc/third_party/xxhash -DHAVE_CONFIG_H -std=c++17 -fno-
exceptions -fno-rtti -g -O2 -fvisibility=hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX='"PHP"' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"1.78.0"' -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/grpc/src/core/call/call_filters.cc -o src/core/call/call_filters.lo -MMD -MF src/core/call/call_filters.dep -MT src/core/call/call_filters.lo
libtool: compile: g++ -I. -I/tmp/pear/temp/grpc -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/include -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/main -I/tmp/pear/temp/grpc -I/usr/include/php/20230831 -I/usr/include/php/20230831/main -I/usr/include/php/20230831/TSRM -I/usr/include/php/20230831/Zend -I/usr/include/php/20230831/ext -I/usr/include/php/20230831/ext/date/lib -I/tmp/pear/temp/grpc/include -I/tmp/pear/temp/grpc/src/core/ext/upb-gen -I/tmp/pear/temp/grpc/src/core/ext/upbdefs-gen -I/tmp/pear/temp/grpc/src/php/ext/grpc -I/tmp/pear/temp/grpc/third_party/abseil-cpp -I/tmp/pear/temp/grpc/third_party/address_sorting/include -I/tmp/pear/temp/grpc/third_party/boringssl-with-bazel/src/include -I/tmp/pear/temp/grpc/third_party/re2 -I/tmp/pear/temp/grpc/third_party/upb -I/tmp/pear/temp/grpc/third_party/utf8_range -I/tmp/pear/temp/grpc/third_party/xxhash -DHAVE_CONFIG_H -std=c++17 -fno-exceptions -fno-rtti -g -O2 -fvisibility=hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_L
EAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"PHP\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.78.0\" -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/grpc/src/core/call/call_filters.cc -MMD -MF src/core/call/call_filters.dep -MT src/core/call/call_filters.lo -fPIC -DPIC -o src/core/call/.libs/call_filters.o
In file included from /tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_like.h:25,
from /tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:24,
from /tmp/pear/temp/grpc/src/core/lib/promise/activity.h:30,
from /tmp/pear/temp/grpc/src/core/call/call_state.h:23,
from /tmp/pear/temp/grpc/src/core/call/call_filters.h:26,
from /tmp/pear/temp/grpc/src/core/call/call_filters.cc:15:
/tmp/pear/temp/grpc/src/core/util/function_signature.h:34:35: warning: trigraph '??(' ignored, use '-trigraphs' to enable [-Wtrigraphs]
34 | #define GRPC_FUNCTION_SIGNATURE "???()"
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
210 | PromiseFactoryImpl(Token, F&& f) {
| ^~~~~~~~~~~~~~~~~~
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/call/call_state.h: In static member function 'static const char* grpc_core::CallState::ServerToClientPullStateString(ServerToClientPullState)':
/tmp/pear/temp/grpc/src/core/call/call_state.h:238:3: warning: control reaches end of non-void function [-Wreturn-type]
238 | }
| ^
/tmp/pear/temp/grpc/src/core/call/call_state.h: In static member function 'static const char* grpc_core::CallState::ServerTrailingMetadataStateString(ServerTrailingMetadataState)':
/tmp/pear/temp/grpc/src/core/call/call_state.h:308:3: warning: control reaches end of non-void function [-Wreturn-type]
308 | }
| ^
/tmp/pear/temp/grpc/src/core/call/call_state.h: In static member function 'static const char* grpc_core::CallState::ServerToClientPushStateString(ServerToClientPushState)':
/tmp/pear/temp/grpc/src/core/call/call_state.h:278:3: warning: control reaches end of non-void function [-Wreturn-type]
278 | }
| ^
/tmp/pear/temp/grpc/src/core/call/call_state.h: In static member function 'static const char* grpc_core::CallState::ClientToServerPushStateString(ClientToServerPushState)':
/tmp/pear/temp/grpc/src/core/call/call_state.h:188:3: warning: control reaches end of non-void function [-Wreturn-type]
188 | }
| ^
/bin/bash /tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/libtool --tag=CXX --mode=compile g++ -I. -I/tmp/pear/temp/grpc -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/include -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/main -I/tmp/pear/temp/grpc -I/usr/include/php/20230831 -I/usr/include/php/20230831/main -I/usr/include/php/20230831/TSRM -I/usr/include/php/20230831/Zend -I/usr/include/php/20230831/ext -I/usr/include/php/20230831/ext/date/lib -I/tmp/pear/temp/grpc/include -I/tmp/pear/temp/grpc/src/core/ext/upb-gen -I/tmp/pear/temp/grpc/src/core/ext/upbdefs-gen -I/tmp/pear/temp/grpc/src/php/ext/grpc -I/tmp/pear/temp/grpc/third_party/abseil-cpp -I/tmp/pear/temp/grpc/third_party/address_sorting/include -I/tmp/pear/temp/grpc/third_party/boringssl-with-bazel/src/include -I/tmp/pear/temp/grpc/third_party/re2 -I/tmp/pear/temp/grpc/third_party/upb -I/tmp/pear/temp/grpc/third_party/utf8_range -I/tmp/pear/temp/grpc/third_party/xxhash -DHAVE_CONFIG_H -std=c++17 -fno-
exceptions -fno-rtti -g -O2 -fvisibility=hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX='"PHP"' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"1.78.0"' -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/grpc/src/core/call/call_spine.cc -o src/core/call/call_spine.lo -MMD -MF src/core/call/call_spine.dep -MT src/core/call/call_spine.lo
libtool: compile: g++ -I. -I/tmp/pear/temp/grpc -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/include -I/tmp/pear/temp/pear-build-rootd42ukvi55372dnwKmGq/grpc-1.78.0/main -I/tmp/pear/temp/grpc -I/usr/include/php/20230831 -I/usr/include/php/20230831/main -I/usr/include/php/20230831/TSRM -I/usr/include/php/20230831/Zend -I/usr/include/php/20230831/ext -I/usr/include/php/20230831/ext/date/lib -I/tmp/pear/temp/grpc/include -I/tmp/pear/temp/grpc/src/core/ext/upb-gen -I/tmp/pear/temp/grpc/src/core/ext/upbdefs-gen -I/tmp/pear/temp/grpc/src/php/ext/grpc -I/tmp/pear/temp/grpc/third_party/abseil-cpp -I/tmp/pear/temp/grpc/third_party/address_sorting/include -I/tmp/pear/temp/grpc/third_party/boringssl-with-bazel/src/include -I/tmp/pear/temp/grpc/third_party/re2 -I/tmp/pear/temp/grpc/third_party/upb -I/tmp/pear/temp/grpc/third_party/utf8_range -I/tmp/pear/temp/grpc/third_party/xxhash -DHAVE_CONFIG_H -std=c++17 -fno-exceptions -fno-rtti -g -O2 -fvisibility=hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN32_L
EAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"PHP\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.78.0\" -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/grpc/src/core/call/call_spine.cc -MMD -MF src/core/call/call_spine.dep -MT src/core/call/call_spine.lo -fPIC -DPIC -o src/core/call/.libs/call_spine.o
In file included from /tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_like.h:25,
from /tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:24,
from /tmp/pear/temp/grpc/src/core/lib/promise/activity.h:30,
from /tmp/pear/temp/grpc/src/core/lib/resource_quota/memory_quota.h:39,
from /tmp/pear/temp/grpc/src/core/lib/resource_quota/arena.h:39,
from /tmp/pear/temp/grpc/src/core/call/call_arena_allocator.h:24,
from /tmp/pear/temp/grpc/src/core/call/call_spine.h:20,
from /tmp/pear/temp/grpc/src/core/call/call_spine.cc:15:
/tmp/pear/temp/grpc/src/core/util/function_signature.h:34:35: warning: trigraph '??(' ignored, use '-trigraphs' to enable [-Wtrigraphs]
34 | #define GRPC_FUNCTION_SIGNATURE "???()"
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
210 | PromiseFactoryImpl(Token, F&& f) {
| ^~~~~~~~~~~~~~~~~~
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:131:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
131 | PromiseFactoryImpl(Token, F&& f, A&& arg) {
| ^~~~~~~~~~~~~~~~~~
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:131:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:131:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
210 | PromiseFactoryImpl(Token, F&& f) {
| ^~~~~~~~~~~~~~~~~~
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/pear/temp/grpc/src/core/lib/promise/detail/promise_factory.h:210:5: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
In file included from /tmp/pear/temp/grpc/src/core/call/call_filters.h:26,
from /tmp/pear/temp/grpc/src/core/call/call_spine.h:21:
/tmp/pear/temp/grpc/src/core/call/call_state.h: In static member function 'static const char* grpc_core::CallState::ServerTrailingMetadataStateString(ServerTrailingMetadataState)':
/tmp/pear/temp/grpc/src/core/call/call_state.h:308:3: warning: control reaches end of non-void function [-Wreturn-type]
308 | }
| ^
/tmp/pear/temp/grpc/src/core/call/call_state.h: In static member function 'static const char* grpc_core::CallState::ClientToServerPullStateString(ClientToServerPullState)':
/tmp/pear/temp/grpc/src/core/call/call_state.h:158:3: warning: control reaches end of non-void function [-Wreturn-type]
158 | }
| ^
/tmp/pear/temp/grpc/src/core/call/call_state.h: In static member function 'static const char* grpc_core::CallState::ClientToServerPushStateString(ClientToServerPushState)':
/tmp/pear/temp/grpc/src/core/call/call_state.h:188:3: warning: control reaches end of non-void function [-Wreturn-type]
188 | }
| ^
/tmp/pear/temp/grpc/src/core/call/call_state.h: In static member function 'static const char* grpc_core::CallState::ServerToClientPullStateString(ServerToClientPullState)':
/tmp/pear/temp/grpc/src/core/call/call_state.h:238:3: warning: control reaches end of non-void function [-Wreturn-type]
238 | }
| ^
/tmp/pear/temp/grpc/src/core/call/call_state.h: In static member function 'static const char* grpc_core::CallState::ServerToClientPushStateString(ServerToClientPushState)':
/tmp/pear/temp/grpc/src/core/call/call_state.h:278:3: warning: control reaches end of non-void function [-Wreturn-type]
278 | }
| ^
... and so on
What version of gRPC and what language are you using?
gRPC 1.78.0
PHP 8.5
What operating system (Linux, Windows,...) and version?
Ubuntu 25.10
What runtime / compiler are you using (e.g. python version or version of gcc)
gcc (Ubuntu 15.2.0-4ubuntu4) 15.2.0
What did you do?
Please provide either 1) A unit test for reproducing the bug or 2) Specific steps for us to follow to reproduce the bug. If there’s not enough information to debug the problem, gRPC team may close the issue at their discretion. You’re welcome to re-open the issue once you have a reproduction.
sudo pecl channel-update pecl.php.net
sudo pecl install grpc
What did you expect to see?
Successful compilation
What did you see instead?
Compilation enter into indefinite loop and never ends.
Part of
pecl install grpclog:... and so on
Anything else we should know about your project / environment?