Edit report at https://bugs.php.net/bug.php?id=77122&edit=1
ID: 77122 Updated by: c...@php.net Reported by: abel dot zhou at hotmail dot com Summary: Assertion failed: (((ht)->gc.refcount == 1) -Status: Open +Status: Not a bug Type: Bug Package: PECL Operating System: osx PHP Version: 7.2.11 -Assigned To: +Assigned To: cmb Block user comment: N Private report: N New Comment: Please report PECL/grpc related issues to <https://github.com/grpc/grpc/issues>. This is not the proper place. Previous Comments: ------------------------------------------------------------------------ [2018-11-08 09:02:21] abel dot zhou at hotmail dot com Description: ------------ When i use grpc extension to connection some golang grpc server. --------------------------------------------------- class Client extends \Grpc\BaseStub { public function __construct($hostname, array $opts, $channel = null) { parent::__construct($hostname, $opts, $channel); } } ------------------------------------------ Error: Assertion failed: (((ht)->gc.refcount == 1) || ((ht)->u.flags & (1<<6))), function zend_hash_str_del, file /Users/xxx/opt/php-7.2.8/Zend/zend_hash.c, line 1162. ----------------------------- The php version is 7.2.8. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=77122&edit=1 -- PECL development discussion Mailing List (https://pecl.php.net/) To unsubscribe, visit: https://www.php.net/unsub.php