From owner-freebsd-questions@FreeBSD.ORG Sun Mar 16 09:42:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F3B41065673 for ; Sun, 16 Mar 2008 09:42:15 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 1DDDC8FC17 for ; Sun, 16 Mar 2008 09:42:15 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id m2G9gD5q085920; Sun, 16 Mar 2008 02:42:14 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Vladimir Ch." , Date: Sun, 16 Mar 2008 01:43:26 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 16 Mar 2008 02:42:14 -0700 (PDT) Cc: Subject: RE: "Bus error: 10 (core dumped)" on FreeBSD 7.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2008 09:42:15 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Vladimir Ch. > Sent: Sunday, March 16, 2008 12:51 AM > To: freebsd-questions@freebsd.org > Subject: "Bus error: 10 (core dumped)" on FreeBSD 7.0 > > > After upgrading to FreeBSD 7.0 some of the programs stopped working: when > trying to launch emacs or sbcl I am getting "Bus error: 10". > Searching the internet revealed that this could be hardware problem - but > 6.2, 6.3 ran the same box before without any errors. Windows XP also works > on the same computer. > I use GENERIC kernel. Did you recompile every program on your system after you upgraded to 7.0 or did you just assume that the 6.3 binaries would run unmodified? See: http://www.freebsd.org/releases/7.0R/announce.html "...Updating Existing Systems An upgrade of any existing system to FreeBSD 7.0-RELEASE constitutes a major version upgrade, so no matter which method you use to update an older system you should reinstall any ports you have installed on the machine. This will avoid binaries becoming linked to inconsistent sets of libraries when future port upgrades rebuild one port but not others that link to it. This can be done with: # portupgrade -faP after updating your system. Note some of the tools to help with this or the instructions below for FreeBSD Update are not installed by default (e.g. portupgrade, gpg, or similar tools like portmaster..." Ted