From owner-freebsd-ports@FreeBSD.ORG Mon Jul 23 15:42:16 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64DA2106564A for ; Mon, 23 Jul 2012 15:42:16 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [IPv6:2001:470:28:38a::1]) by mx1.freebsd.org (Postfix) with ESMTP id 108FD8FC16 for ; Mon, 23 Jul 2012 15:42:16 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id 02AE61CCA8 for ; Mon, 23 Jul 2012 18:42:15 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1343058135; bh=0pS8M16DLNBM+xoG4v1gPzEuhdDw40oaWIAHoqiEkXY=; h=From:To:References:In-Reply-To:Subject:Date; b=khrFRyGy3RbLo5OqoTLLniTjfNxm43nHkltVa8LrXAKxpLaxt3WXskc2d6MHiV4IB rBn5tTFdazCzCIu8KkmE1yBk/Lz5tblQaWjESUUhfRFhb9AgbJOhhd5QbPpC/tj9sR +XWe7N5PmDW19fEOjlePSeWLveuljqB4+ubVYTpw= X-Virus-Scanned: amavisd-new at liukuma.net Received: from www.liukuma.net ([127.0.0.1]) by www.liukuma.net (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id fcoNTUellhzh for ; Mon, 23 Jul 2012 18:42:11 +0300 (EEST) Received: from Rivendell (dsl-kmibrasgw1-fe47de00-175.dhcp.inet.fi [80.222.71.175]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTPSA id CC4291CCAB for ; Mon, 23 Jul 2012 18:42:10 +0300 (EEST) Message-ID: <7B3BABE27CA240788EFEB3F3333094E5@Rivendell> From: "Reko Turja" To: 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> In-Reply-To: <500D6B7B.5040701@gmail.com> Date: Mon, 23 Jul 2012 18:42:03 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 Cc: Subject: Re: lang/php53 dumps core X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 15:42:16 -0000 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