Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2012 18:42:03 +0300
From:      "Reko Turja" <reko.turja@liukuma.net>
To:        <ports@freebsd.org>
Subject:   Re: lang/php53 dumps core
Message-ID:  <7B3BABE27CA240788EFEB3F3333094E5@Rivendell>
In-Reply-To: <500D6B7B.5040701@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>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Volodymyr Kostyrko 

> Rebuilding whole PHP without clang/gcc4.6 (my local settings) dumps core 
> with this backtrace:

>...

Maybe something like this in /etc/make.conf

.if ${.CURDIR:M*php53*}
WITH_DEBUG=YES
.endif

.if ${.CURDIR:M*php5-redis*}
WITH_DEBUG=YES
.endif

And rebuild php+extensions.

then load the corefile to gdb.

-Reko



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