From owner-freebsd-current Mon Jan 12 10:57:19 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA12159 for current-outgoing; Mon, 12 Jan 1998 10:57:19 -0800 (PST) (envelope-from owner-freebsd-current) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA11872; Mon, 12 Jan 1998 10:55:25 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA07949; Mon, 12 Jan 1998 10:34:13 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd007945; Mon Jan 12 10:34:08 1998 Date: Mon, 12 Jan 1998 10:31:00 -0800 (PST) From: Julian Elischer To: Poul-Henning Kamp cc: dyson@freebsd.org, current@freebsd.org Subject: Re: random (?) SIGBUS in -current In-Reply-To: <365.884620691@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk kernel from late last night system got 85% through 'make world' before a process hung in 'D' state. The rest of the system seemed ok. no sign of SIGBUS though. julian (p.s. make-world completed correctly after hacking makefile (to not rebuild tools etc again) and restarting) On Mon, 12 Jan 1998, Poul-Henning Kamp wrote: > > I see random SIGBUS in programs now on current up to and including: > > > dyson 1998/01/11 21:16:06 PST > > > > Modified files: > > sys/i386/i386 machdep.c > > Log: > > Adjust upwards the size of exec map in order to take into account the > > additional PAGE_SIZE needed for exec operatino. > > > > Revision Changes Path > > 1.281 +2 -2 src/sys/i386/i386/machdep.c > > I belive it is related to caching somehow. It never seems to happen > on the first invocation of a program, but rather if I run a program > do something else, run the program again, then bang. > > The ucode in trap() is T_PAGEFLT if that helps any. > > -- > Poul-Henning Kamp FreeBSD coreteam member > phk@FreeBSD.ORG "Real hackers run -current on their laptop." >