← Back to team overview

ius-community team mailing list archive

php56u-pecl-memcache coredumps httpd

 

Hi guys,

I was wondering if any of you could point me what do next with the following issue I'm observing.

I have php56u + php56u-pecl-memcache. Memcache is used to store user sessions via:

session.save_path = "tcp://localhost:11914"
session.gc_maxlifetime = 10800

php.ini directives.

But, opening certain pages I get apache coredumps.


I've tried analyzing one of the dumps, and this is what I got so far:

#0 mmc_pool_select (pool=0x7fad4456eae0) at /usr/src/debug/php-pecl-memcache-3.0.8/NTS/memcache_pool.c:1422
1422			for (i=0; i < sending->len; i++) {


Backtrace is available at:

http://pastebin.com/e6Hmne50


Any ideas what could be the reason for this, or where could I look further? It's blocking me from upgrading to php 5.6 ...


Follow ups