From owner-freebsd-ports@FreeBSD.ORG Wed Feb 23 16:40:10 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0015516A4D2 for ; Wed, 23 Feb 2005 16:40:09 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C8B243D1F for ; Wed, 23 Feb 2005 16:40:09 +0000 (GMT) (envelope-from phil.brennan@gmail.com) Received: by rproxy.gmail.com with SMTP id 1so78508rny for ; Wed, 23 Feb 2005 08:39:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=s7sEJlIxFCiU0Mz0jB/ipMDdV2VKnkDHJXP39QoNa1YBWhobXoqttIZHAgSa6TwDh7JhCF0EfzmugC3xzNXCi+l6+W66d6Egva8ca3LagNIdet92WHl5HAeDncDuEcI8Rrg4pU9pJW3VB+ZzH3BVUL3RIfhA0PK7cUVt9MeQ54s= Received: by 10.38.206.76 with SMTP id d76mr355943rng; Wed, 23 Feb 2005 08:13:19 -0800 (PST) Received: by 10.38.179.9 with HTTP; Wed, 23 Feb 2005 08:13:19 -0800 (PST) Message-ID: Date: Wed, 23 Feb 2005 16:13:19 +0000 From: Phil Brennan To: Alexander Leidinger In-Reply-To: <20050223155153.nl6fh2ll9ck404kk@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <421BAD17.3070301@updegrove.net> <20050223155153.nl6fh2ll9ck404kk@netchild.homeip.net> cc: ports@freebsd.org cc: Rick Updegrove cc: sysadmin@alexdupre.com Subject: Re: latest PHP port causes apache to child pid exit signal Bus error (10) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Phil Brennan List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 16:40:10 -0000 On Wed, 23 Feb 2005 15:51:53 +0100, Alexander Leidinger wrote: > Rick Updegrove wrote: > > > I am the only one with this Bus error(10) problem when loading *some* > > PHP pages using the latest ports mentioned above? > > No. > > Additionally I see signal 11 sometimes. > > Bye, > Alexander. > > -- > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 > Sometimes you get an almost irresistible urge to go on living. > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > After upgrading php to 4.3.10_2 and apache to 2.0.53, I get the following whenever the mail() function in php is called. Fatal error 'Unable to read from thread kernel pipe' at line 1100 in file /usr/src/lib/libc_r/uthread/uthread_kern.c (errno = 0) [Wed Feb 23 15:52:19 2005] [notice] child pid 93430 exit signal Abort trap (6) so, apache crashes, the page stops loading. This is a major issue since we run a few phpbb's which email people when a topic is replied to. Running FreeBSD 5.2.1 I don't think downgrading php to 4.3.9 is an option, since there were major security holes fixed in 4.3.10 I suppose I could try downgrading apache.