From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 10 11:00:04 2005 Return-Path: X-Original-To: hackers@FreeBSD.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B27816A41F for ; Wed, 10 Aug 2005 11:00:04 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail03.syd.optusnet.com.au (mail03.syd.optusnet.com.au [211.29.132.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8857F43D49 for ; Wed, 10 Aug 2005 11:00:03 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail03.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j7AB0048023320 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 10 Aug 2005 21:00:01 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j7AAxxSR014274 for ; Wed, 10 Aug 2005 21:00:00 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j7AAxxsS014273 for hackers@FreeBSD.org; Wed, 10 Aug 2005 20:59:59 +1000 (EST) (envelope-from pjeremy) Date: Wed, 10 Aug 2005 20:59:59 +1000 From: Peter Jeremy To: hackers@FreeBSD.org Message-ID: <20050810105959.GA14254@cirb503493.alcatel.com.au> References: <20050806114935.GB7708@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050806114935.GB7708@cirb503493.alcatel.com.au> User-Agent: Mutt/1.4.2i Cc: Subject: Re: Finding an illegal instruction in gnucash/guile X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 11:00:04 -0000 On Sat, 2005-Aug-06 21:49:35 +1000, Peter Jeremy wrote: >I recently upgraded gnucash and dependencies and am now getting SIGILL >during startup. This originally occurred on 5.3 but I'm getting >exactly the same thing running on a recent -CURRENT with a freshly >built (from scratch) ports tree. Well, I don't know what the actual problem was but blowing away .gnome/GnuCash, .gnome/accels/GnuCash and .gnucash fixed the problem. It appears there's been an incompatible change somewhere (though it also suggests a lack of error checking somewhere). Pity I didn't think of that a week ago :-(. (Though I did discover a bug in regex(3) during my otherwise fruitless search through gnucash's dependencies). -- Peter Jeremy