Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2012 13:46:08 -0700
From:      drich <drich@employees.org>
To:        Volodymyr Kostyrko <c.kworr@gmail.com>
Cc:        Reko Turja <reko.turja@liukuma.net>, ports@freebsd.org
Subject:   Re: lang/php53 dumps core
Message-ID:  <f87f73598906a8a33c1a593db146d008@imap.lapseofthought.com>
In-Reply-To: <500D670A.9060908@gmail.com>
References:  <500D5385.9030407@gmail.com> <500D5E03.2000306@yandex.ru> <500D61A5.1050600@gmail.com> <3996C03795FB4449B75FEC6C5746B932@Rivendell> <500D670A.9060908@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 

On 23.07.2012 08:00, Volodymyr Kostyrko wrote: 

> Reko Turja
wrote:
> 
>>>>> php keeps dumping core on some requests. There are days
that it dumps core almost continuously. However there are days it works
smoothly.
>>>> Do you use e-accelerator?
>> 
>>> No. Here is full
extension list:
>> Hmmm... you might try moving memcache.so to the top
of the list.
> 
> Impossible - requires session. After that - dumps
core.

I have dealt with the php core dumping issue tons of times,
generally I can find it running phpinfo();. Try the following: 

php -r
'phpinfo();' 2>&1 | less 

Look for errors in the output as it may very
well tell you what modules are missing and/or which dependencies it
can't fulfill. Personally, I have had really good luck running the
fixphpextorder.sh file that was mentioned earlier, your mileage may
vary. 

As others have said, this is almost always an ordering issue in
extensions.ini and those can be tough to track down. I generally keep a
extensions.ini-WORKING file from the last time I have had everything
working that I will either diff against the current one or just use to
replace the current one. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f87f73598906a8a33c1a593db146d008>