From owner-freebsd-questions Thu Apr 6 06:20:20 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA26264 for questions-outgoing; Thu, 6 Apr 1995 06:20:20 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA26256 for ; Thu, 6 Apr 1995 06:20:18 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id GAA10972; Thu, 6 Apr 1995 06:20:14 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id GAA00450; Thu, 6 Apr 1995 06:20:13 -0700 Message-Id: <199504061320.GAA00450@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: scottl@ix.netcom.com (scott long) cc: questions@FreeBSD.org Subject: Re: Signal 10 Bus error????? In-reply-to: Your message of "Thu, 06 Apr 95 06:08:32 PDT." <199504061308.GAA22075@ix3.ix.netcom.com> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 06 Apr 1995 06:20:07 -0700 Sender: questions-owner@FreeBSD.org Precedence: bulk >In trying to get the latest snapshop Wine working under FreeBSD, I have >come across core dumps due to a Signal 10, Bus error. What is this??? >I didn't think that the Intel archetecture was too picky about >alignment. Any info on what this is or what causes it would be GREATLY >appreciated. There are two main causes of SIGBUS. The first is a i386 general protection fault and the second is a page protection fault (such as writing to a read only part of memory). In the Wine case, I suspect the former. -DG