From owner-freebsd-stable@FreeBSD.ORG Tue Jan 12 13:31:03 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F083D106566C; Tue, 12 Jan 2010 13:31:03 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout3.freenet.de (mout3.freenet.de [IPv6:2001:748:100:40::2:5]) by mx1.freebsd.org (Postfix) with ESMTP id 872BF8FC12; Tue, 12 Jan 2010 13:31:03 +0000 (UTC) Received: from [195.4.92.13] (helo=3.mx.freenet.de) by mout3.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.70 #1) id 1NUgpq-0002vS-4A; Tue, 12 Jan 2010 14:31:02 +0100 Received: from p57ae1f49.dip0.t-ipconnect.de ([87.174.31.73]:39969 helo=ernst.jennejohn.org) by 3.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #94) id 1NUgpp-00082Q-Qq; Tue, 12 Jan 2010 14:31:02 +0100 Date: Tue, 12 Jan 2010 14:30:56 +0100 From: Gary Jennejohn To: Andriy Gapon Message-ID: <20100112143056.277ae59b@ernst.jennejohn.org> In-Reply-To: <4B4C7499.3080003@icyb.net.ua> References: <25538.130.133.86.198.1263210888.webmail@portal.zedat.fu-berlin.de> <4B4C7499.3080003@icyb.net.ua> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.16.2; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ohartman@zedat.fu-berlin.de, freebsd-stable@freebsd.org, Hajimu UMEMOTO , freebsd-ports@freebsd.org Subject: Re: thunderbird3: dies with socket(): Protocol not supported Illegal instruction (core dumped) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2010 13:31:04 -0000 On Tue, 12 Jan 2010 15:09:45 +0200 Andriy Gapon wrote: > on 12/01/2010 08:53 Hajimu UMEMOTO said the following: > > Hi, > > > >>>>>> On Mon, 11 Jan 2010 12:54:48 +0100 > >>>>>> ohartman@zedat.fu-berlin.de said: > > > > ohartman> Since friday after the last FreeBSD 8.0-STABLE/amd64 update, thunderbird3 > > ohartman> crashes immmediately or after a view seconds with > > > > ohartman> socket(): Protocol not supported > > ohartman> Illegal instruction (core dumped) > > > > I'm not sure but I suspect you are using custom kernel built without > > INET6 option. If so, thunderbird3 is depending upon IPv6. > > Can it be made to not require IPv6? (especially when there is no actual IPv6 > connectivity). > Seems to be hardcoded all over the place. Looks like it would require major modifications. --- Gary Jennejohn