Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2008 14:42:04 -0500 (CDT)
From:      "Sean C. Farley" <scf@FreeBSD.org>
To:        Andrew Moran <amoran@forsythia.net>
Cc:        freebsd-current@FreeBSD.org, freebsd-questions@FreeBSD.org
Subject:   Re: Updated php, and apache segfaults on SIGHUP
Message-ID:  <alpine.BSF.1.10.0805201437440.18443@thor.farley.org>
In-Reply-To: <A6F433DD-91E0-4226-83BF-DE940AE049D5@forsythia.net>
References:  <E7A65746-C21F-4700-8B0B-E8404F3C7053@forsythia.net> <1d3ed48c0805191759mc54c4f2r7f00b533efeac73d@mail.gmail.com> <483237A9.6030108@barryp.org> <483258E7.5090301@psg.com> <alpine.BSF.1.10.0805200927070.1945@thor.farley.org> <A6F433DD-91E0-4226-83BF-DE940AE049D5@forsythia.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 20 May 2008, Andrew Moran wrote:

> OK I've narrowed down my problem to:
>
> extension=mhash.so
>
> in extensions.ini
>
> If I comment out that php extension, I'm good.  If I don't, I crash
> when sending HUP signal to parent apache process.  I experimented with
> the order of the extensions.ini file but could not get to work
> regardless of putting that mhash in the beginning or the end of the
> file.
>
> On freebsd 7, I've cvsup'd and rebuilt all ports, so I know it's not
> an 'out of date' kind of thing.  Hmm..

I meant the opposite.  The latest port version of PHP has a bug on
FreeBSD 7.  Try it again with the previous patch.

> On May 20, 2008, at 8:02 AM, Sean C. Farley wrote:

*snip*

>> I recall mention on an E-mail list or on IRC of a core dump with PHP
>> due to improper use of putenv(), but I do not remember where.  Bug
>> #44836[1] discusses it.  It seems the patch was reverted, but I see
>> that it is included as a patch within the ports tree.  You could try
>> to see if things improve by using the older patch[2] for FreeBSD 7
>> (and above) systems.
>> 
>> Cc'ing delphij to mention that the patch was reverted in the PHP
>> tree.  Was the patch written for FreeBSD 6?  I noticed that it frees
>> memory just after the call to putenv().  The is valid for FreeBSD 6
>> where the string was duped, but in 7, it follows the POSIX standard
>> of using the string directly.
>> 
>> Sean
>> 1. http://bugs.php.net/bug.php?id=44836
>> 2. http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/files/patch-ext_standard_basic_functions.c?rev=1.1;content-type=text%2Fplain

Sean
-- 
scf@FreeBSD.org



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