Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2012 20:37:43 +0200
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports@freebsd.org
Cc:        Volodymyr Kostyrko <c.kworr@gmail.com>
Subject:   Re: lang/php53 dumps core
Message-ID:  <500D99F7.3080900@FreeBSD.org>
In-Reply-To: <500D94CA.6020401@gmail.com>
References:  <500D5385.9030407@gmail.com> <500D5E03.2000306@yandex.ru><500D61A5.1050600@gmail.com> <500D62C5.4020004@freebsd.org><500D6679.1010708@gmail.com> <500D6B7B.5040701@gmail.com> <245C2C9DA46E4B4698F5CBE7FBB86064@multiplay.co.uk> <500D94CA.6020401@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-07-23 20:15, Volodymyr Kostyrko wrote:
> Steven Hartland wrote:
>> Silly question did you build with LINKTHR enabled?
>>
>> If not try with it enabled as a number of common modules
>> require it and result in random crashes without it.
> 
> Long time default for me. I don't remember correctly why for but long time ago this fixed something for me.
> 

Try starting with an empty extensions.ini and do the following test, if php coredumps it will mostly also cordump on the command line with the following tests.

$> php -ie
$> php -nme
$> php -me

Next do the same test with always only one extension enabled.
If you got meanwhile a coredump then you know the single extension which dumps, else can be a combination of extensions or the load order.

--
good luck

olli



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