-
Notifications
You must be signed in to change notification settings - Fork 11.1k
SEGV when build php with --enable-debug #19970
Copy link
Copy link
Closed
Description
grpc version: 1.20.0
php version: 7.2.21
releated bug: https://bugs.php.net/bug.php?id=77122
Assertion failed: ((ht)->gc.refcount == 1) || ((ht)->u.flags & (1<<6)) (/usr/src/php/Zend/zend_hash.c: zend_hash_str_del: 1164)
(gdb) bt
#0 __restore_sigs (set=set@entry=0x7ffd823947b0) at ./arch/x86_64/syscall_arch.h:40
#1 0x00007f8db05d6704 in raise (sig=sig@entry=6) at src/signal/raise.c:11
#2 0x00007f8db05ae72e in abort () at src/exit/abort.c:13
#3 0x00007f8db05ae7e4 in __assert_fail (expr=<optimized out>, file=<optimized out>, line=<optimized out>, func=<optimized out>) at src/exit/assert.c:8
#4 0x000055f034b2e462 in zend_hash_str_del ()
#5 0x00007f8daf81b20a in php_grpc_zend_hash_del (len=12, key=0x7f8daf9e228e "credentials", ht=0x7f8d9a4f1120) at /tmp/pear/temp/grpc/src/php/ext/grpc/php7_wrapper.h:253
#6 zim_Channel___construct (execute_data=<optimized out>, return_value=<optimized out>) at /tmp/pear/temp/grpc/src/php/ext/grpc/channel.c:334
Reactions are currently unavailable