From owner-freebsd-questions Wed Nov 15 3:28:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from leaf.lumiere.net (leaf.lumiere.net [208.44.192.100]) by hub.freebsd.org (Postfix) with ESMTP id 8355537B479 for ; Wed, 15 Nov 2000 03:28:22 -0800 (PST) Received: by leaf.lumiere.net (Postfix, from userid 1000) id 1D241F0F8; Wed, 15 Nov 2000 03:28:22 -0800 (PST) Date: Wed, 15 Nov 2000 03:28:21 -0800 (PST) From: Jesse X-Sender: j@localhost To: freebsd-questions@freebsd.org Subject: savecore: Bus error (core dumped) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I cvsup'd today to 4.2-BETA and did a make world and recompiled my kernel. Everything appears to be working fine, except for savecore. When savecore is run (either from rc or commandline) with a directory argument (required) it core dumps reporting a Bus Error. # savecore /var/crash Bus error (core dumped) I've tried recompiling a non-stripped version and running it through gdb, but it didn't reveal any more information (I don't really know how to debug this kind of problem). Program received signal SIGBUS, Bus error. 0x804827a in main () I've remade world several times. Any suggestions on what I should do or try? Thanks, --- Jesse "One has a moral responsibility to disobey unjust laws." -- Dr. Martin Luther King Jr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message