From owner-freebsd-current@FreeBSD.ORG Tue Dec 15 16:49:08 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DDAD106566B for ; Tue, 15 Dec 2009 16:49:08 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE478FC17 for ; Tue, 15 Dec 2009 16:49:07 +0000 (UTC) Received: from [195.4.92.26] (helo=16.mx.freenet.de) by mout0.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.70 #1) id 1NKaaA-0005jj-B8; Tue, 15 Dec 2009 17:49:06 +0100 Received: from p57ae2bc1.dip0.t-ipconnect.de ([87.174.43.193]:53603 helo=ernst.jennejohn.org) by 16.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.70 #1) id 1NKaaA-0003P3-44; Tue, 15 Dec 2009 17:49:06 +0100 Date: Tue, 15 Dec 2009 17:49:05 +0100 From: Gary Jennejohn To: Pierre Beyssac Message-ID: <20091215174905.467da401@ernst.jennejohn.org> In-Reply-To: <20091215140234.GA94567@fasterix.frmug.org> References: <20091211232356.309C21CC09@ptavv.es.net> <864ontolud.fsf@ds4.des.no> <4B262BF9.1010500@stillbilde.net> <86ljh5n1wk.fsf@ds4.des.no> <86d42hmu1o.fsf@ds4.des.no> <20091215080637.GA8100@rink.nu> <20091215140234.GA94567@fasterix.frmug.org> 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: freebsd-current@freebsd.org Subject: Re: "illegal hardware instruction (core dumped)" cvsup/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2009 16:49:08 -0000 On Tue, 15 Dec 2009 15:02:34 +0100 Pierre Beyssac wrote: > Since upgrading my world with a -current built last night, cvsup > dumps core on me. Any idea? > > It is a Intel/ATOM 330 box used in 64bit mode. Everything else on > the box runs fixe. > > Recompiling cvsup + ezm3 didn't fix the problem; neither did trying > a libc from October. > I reported this everal weeks ago but there was never a satisfactory resolution to the problem. One poster (scf@) reported that using a 32-bit binary solves the problem. In my experience running cvsup against a remote server (to keep a local CVS tree up to date) works just fine. Are you also running cvsupd and attaching to it? I've found that not starting cvsupd in /etc/rc.conf and instead starting it without -C in a shell script just before invoking cvsup works, so I use something like this: /usr/local/sbin/cvsupd& sleep 1 /usr/local/bin/cvsup supfile and have localhost in supfile. Otherwise I suggest using csup, which does not exhibit any bugs. --- Gary Jennejohn