From owner-freebsd-ports@FreeBSD.ORG Mon Jul 23 14:45:33 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33238106566B for ; Mon, 23 Jul 2012 14:45:33 +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 D49A28FC17 for ; Mon, 23 Jul 2012 14:45:32 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id ECBE71CCAB for ; Mon, 23 Jul 2012 17:45:31 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1343054731; bh=so2zBQ6UAcgHsj2+94XfNtdqgmW+fohfSCk8niFzG7c=; h=From:To:References:In-Reply-To:Subject:Date; b=g9nHB+IhIcVEWTxe7t4V0HG3yhx9/ROWb6rcsix14yCLHuoqLESm79twiJU1stojX LQ1dayJNyPz3z+Z/IGvsm5YFxK2osTiiPVC6+b7dgJnuFoxWr0BgF4m9v5j6YPnzIR z+QlGoUUKN+L6+rvLzmbw4mITHaYPFdcMATh43xM= 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 ULwAiJUUQjD8 for ; Mon, 23 Jul 2012 17:45:28 +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 149481CCA8 for ; Mon, 23 Jul 2012 17:45:28 +0300 (EEST) Message-ID: <3996C03795FB4449B75FEC6C5746B932@Rivendell> From: "Reko Turja" To: References: <500D5385.9030407@gmail.com> <500D5E03.2000306@yandex.ru> <500D61A5.1050600@gmail.com> In-Reply-To: <500D61A5.1050600@gmail.com> Date: Mon, 23 Jul 2012 17:45:20 +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 14:45:33 -0000 -----Original Message----- From: Volodymyr Kostyrko >>> php keeps dumping core on some requests. There are >>> days that it dumps core almost continuously. However there are days it >>> works smoothly. >> >> Do you use e-accelerator? > No. Here is full extension list: Hmmm... you might try moving memcache.so to the top of the list. -Reko