When I used mysqlnd_ms (1.6.0-alpha (10600)) for mysql fabric in php. my mysqlnd_ms.config_file’s json is
—————————————————–
{
“myapp”:{
“fabric”:{
“hosts”: [ { “host”: “192.168.1.192”, “port”:”32274″} ]
}
}
}
———————————
but when i
the php have a error . i use gdb to see the Coredump it’s like this
—————————————————————————————————————
Reading symbols from /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/memcache.so…done.
Loaded symbols for /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/memcache.so
Reading symbols from /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/mysqlnd_ms.so…done.
Loaded symbols for /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/mysqlnd_ms.so
Core was generated by `php fabric.php’.
Program terminated with signal 11, Segmentation fault.
#0 0x000000000088f035 in php_mysqlnd_conn_data_get_host_info_pub ()
Missing separate debuginfos, use: debuginfo-install cyrus-sasl-lib-2.1.23-13.el6_3.1.x86_64 freetype-2.3.11-14.el6_3.1.x86_64 glibc-2.12-1.132.el6_5.2.x86_64 keyutils-libs-1.4-4.el6.x86_64 krb5-libs-1.10.3-15.el6_5.1.x86_64 libcom_err-1.41.12-18.el6.x86_64 libcurl-7.19.7-37.el6_5.3.x86_64 libgcc-4.4.7-4.el6.x86_64 libidn-1.18-2.el6.x86_64 libjpeg-turbo-1.2.1-3.el6_5.x86_64 libpng-1.2.49-1.el6_2.x86_64 libselinux-2.0.94-5.3.el6_4.1.x86_64 libssh2-1.4.2-1.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 libxml2-2.7.6-14.el6_5.2.x86_64 nspr-4.9-1.el6.x86_64 nss-3.13.3-6.el6.x86_64 nss-softokn-freebl-3.12.9-11.el6.x86_64 nss-util-3.13.3-2.el6.x86_64 openldap-2.4.23-26.el6.x86_64 openssl-1.0.1e-16.el6_5.14.x86_64 zlib-1.2.3-29.el6.x86_64
(gdb)
2014/07/14 at 07:41
HI dear:
When I used mysqlnd_ms (1.6.0-alpha (10600)) for mysql fabric in php. my mysqlnd_ms.config_file’s json is
—————————————————–
{
“myapp”:{
“fabric”:{
“hosts”: [ { “host”: “192.168.1.192”, “port”:”32274″} ]
}
}
}
———————————
but when i
the php have a error . i use gdb to see the Coredump it’s like this
—————————————————————————————————————
Reading symbols from /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/memcache.so…done.
Loaded symbols for /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/memcache.so
Reading symbols from /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/mysqlnd_ms.so…done.
Loaded symbols for /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/mysqlnd_ms.so
Core was generated by `php fabric.php’.
Program terminated with signal 11, Segmentation fault.
#0 0x000000000088f035 in php_mysqlnd_conn_data_get_host_info_pub ()
Missing separate debuginfos, use: debuginfo-install cyrus-sasl-lib-2.1.23-13.el6_3.1.x86_64 freetype-2.3.11-14.el6_3.1.x86_64 glibc-2.12-1.132.el6_5.2.x86_64 keyutils-libs-1.4-4.el6.x86_64 krb5-libs-1.10.3-15.el6_5.1.x86_64 libcom_err-1.41.12-18.el6.x86_64 libcurl-7.19.7-37.el6_5.3.x86_64 libgcc-4.4.7-4.el6.x86_64 libidn-1.18-2.el6.x86_64 libjpeg-turbo-1.2.1-3.el6_5.x86_64 libpng-1.2.49-1.el6_2.x86_64 libselinux-2.0.94-5.3.el6_4.1.x86_64 libssh2-1.4.2-1.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 libxml2-2.7.6-14.el6_5.2.x86_64 nspr-4.9-1.el6.x86_64 nss-3.13.3-6.el6.x86_64 nss-softokn-freebl-3.12.9-11.el6.x86_64 nss-util-3.13.3-2.el6.x86_64 openldap-2.4.23-26.el6.x86_64 openssl-1.0.1e-16.el6_5.14.x86_64 zlib-1.2.3-29.el6.x86_64
(gdb)
——————————————————————————————————————–
how can i do ?