-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault when using persistent connection on 5.6 #8
Comments
Interesting. I launched an instance with Ubuntu 14.04 and installed PHP5.5 and the cluster client. I did the following and it went fine.
php > $m = new Memcached('persistence_pool'); Are you still seeing this issue? I can try installing PHP 5.6 and try it out. |
Yes, worked for me on PHP 5.6 as well.
php > $m = new Memcached(); |
Interesting. The only differences I can see is that I saw this issue via FPM, I didn't try from the CLI but I'll give that a go tomorrow. Also I think you're using a slightly different install source for PHP, perhaps the issue lies there? https://launchpad.net/~ondrej/+archive/ubuntu/php5-5.6 (yours) vs https://launchpad.net/~ondrej/+archive/ubuntu/php (mine). |
I can't reproduce it via the cli, our exact version is:
|
Hi,
We're seeing the elasticache extension segfault when we enable persistent connections using the
$persistent_id
param toMemcached::__construct();
as documented on http://php.net/manual/en/memcached.construct.php.We're using PHP 5.6 on Ubuntu 14.04, via this ppa https://launchpad.net/~ondrej/+archive/ubuntu/php.
The actual message we see in
/var/log/messages
is:Let me know if there's any additional info I can provide to help debug this.
Thanks!
The text was updated successfully, but these errors were encountered: