Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 21:30:01 -0500
From:      Barry Pederson <bp@barryp.org>
To:        Kevin Downey <redchin@gmail.com>
Cc:        freebsd-current@freebsd.org, Andrew Moran <amoran@forsythia.net>, freebsd-questions@freebsd.org
Subject:   Re: Updated php, and apache segfaults on SIGHUP
Message-ID:  <483237A9.6030108@barryp.org>
In-Reply-To: <1d3ed48c0805191759mc54c4f2r7f00b533efeac73d@mail.gmail.com>
References:  <E7A65746-C21F-4700-8B0B-E8404F3C7053@forsythia.net> <1d3ed48c0805191759mc54c4f2r7f00b533efeac73d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Kevin Downey wrote:
> On Mon, May 19, 2008 at 4:18 PM, Andrew Moran <amoran@forsythia.net> wrote:
>> Hey guys,
>>
>> I recently upgraded my php5 ports to latest ports tree versions (5.2.6), and
>> now I'm in a situation where any HUP signal sent to apache is causing the
>> entire process to dump core.  I get this in the apache error log:
>>
>> [Mon May 19 16:08:48 2008] [notice] SIGHUP received.  Attempting to restart
>> [Mon May 19 16:08:48 2008] [notice] seg fault or similar nasty error
>> detected in the parent process
>>
>> and this in the messages log:
>>
>> May 19 16:14:45 celebrian kernel: pid 36900 (httpd), uid 0: exited on signal
>> 11 (core dumped)
>>
>>
>> I narrowed it down to php - when I disable the php5 module, it doesn't
>> behave like this.
>>
> 
> there was a thread on a while back on one of the other lists, maybe -questions.
> the offending extension is one of these three:
> #extension=mcrypt.so
> #extension=mbstring.so
> #extension=mhash.so
> I have the three of them commented out, so I am not sure which one was
> the poblem.

Andy:

It seems the order of the extensions in 
/usr/local/etc/php/extensions.ini matters.  For example, in the php5 
ports Makefile.ext, there's an "Ugly hack to load session before pspell 
to avoid crashes" It could be there are other ordering dependencies.

If you have a backup of php/extensions.ini from before you did your 
updates, it would be worth trying reverting to that, to get the order 
you had before that seemed OK.

	Barry



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